mintmenu/usr/lib/linuxmint/mintMenu/plugins
Clement Lefebvre 54e695b056 Fix RecentHelper spam in logs
When recent plugin is disabled, recentAppBox is None,
resulting in errors in the logs:

org.mate.panel.applet.MintMenuAppletFactory[1038]: File “/usr/lib/linuxmint/mintMenu/plugins/recentHelper.py”, line 130, in applicationButtonClicked
org.mate.panel.applet.MintMenuAppletFactory[1038]: doRecentApps()
org.mate.panel.applet.MintMenuAppletFactory[1038]: File “/usr/lib/linuxmint/mintMenu/plugins/recentHelper.py”, line 112, in doRecentApps
org.mate.panel.applet.MintMenuAppletFactory[1038]: for i in recentAppBox.get_children():
org.mate.panel.applet.MintMenuAppletFactory[1038]: AttributeError: ‘NoneType’ object has no attribute ‘get_children’
2018-06-08 12:19:59 +01:00
..
__init__.py Coerse shebangs to #!/usr/bin/python2 2015-06-25 17:44:30 -07:00
applications.glade glade part #1 2016-09-06 17:52:12 +01:00
applications.py Highlight previous search so typing overwrites it (#191) 2018-03-09 15:45:25 +00:00
easybuttons.py mint-remove-application: Don't use gksu 2018-03-13 15:05:17 +00:00
easyfiles.py Fixed indentation and trailing spaces 2016-05-21 17:11:36 +01:00
easygsettings.py fix indent (#183) 2017-08-26 17:35:45 +02:00
execute.py fix indent (#183) 2017-08-26 17:35:45 +02:00
filemonitor.py fix indent (#183) 2017-08-26 17:35:45 +02:00
get_apt_cache.py Fixed indentation and trailing spaces 2016-05-21 17:11:36 +01:00
places.glade glade part #1 2016-09-06 17:52:12 +01:00
places.py Places: Explicitly import GLib 2017-05-06 14:10:07 +01:00
recent.glade Show recently used apps (#167) 2017-11-11 08:59:49 +00:00
recent.py Show recently used apps (#167) 2017-11-11 08:59:49 +00:00
recentHelper.py Fix RecentHelper spam in logs 2018-06-08 12:19:59 +01:00
system_management.glade glade part #1 2016-09-06 17:52:12 +01:00
system_management.py Don't run mintinstall as root 2017-11-12 14:33:42 +00:00