diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-20 07:55:45 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-20 07:55:45 -0400 |
commit | 6351e4832587a76bb5ecf4570f9f7ac8d7a0e4c2 (patch) | |
tree | 788cff046bf6a974bcf616bb3228450d2f2b83aa /lumina-desktop/panel-plugins/userbutton/UserItemWidget.h | |
parent | Add a function to convert a number of bytes into a display string (3 digits) (diff) | |
download | lumina-6351e4832587a76bb5ecf4570f9f7ac8d7a0e4c2.tar.gz lumina-6351e4832587a76bb5ecf4570f9f7ac8d7a0e4c2.tar.bz2 lumina-6351e4832587a76bb5ecf4570f9f7ac8d7a0e4c2.zip |
Clean up a couple new bugs in the userbutton:
1) Fix which icons are loaded for files (mimetypes)
2) If an application shortcut is invalid (the app was removed but the shortcut remains), don't show it on the favorites tab
Diffstat (limited to 'lumina-desktop/panel-plugins/userbutton/UserItemWidget.h')
-rw-r--r-- | lumina-desktop/panel-plugins/userbutton/UserItemWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/panel-plugins/userbutton/UserItemWidget.h b/lumina-desktop/panel-plugins/userbutton/UserItemWidget.h index 3a3e1616..2251344c 100644 --- a/lumina-desktop/panel-plugins/userbutton/UserItemWidget.h +++ b/lumina-desktop/panel-plugins/userbutton/UserItemWidget.h @@ -31,6 +31,7 @@ public: UserItemWidget(QWidget *parent=0, XDGDesktop item= XDGDesktop()); ~UserItemWidget(); + bool gooditem; private: QToolButton *button, *actButton; QLabel *icon, *name; |