[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 182/473: Remove unnecessary flushing of garcon cache.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:55:52 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 27a09eb1118ca3e8d0e3e4d6b771b5e0308363e0
Author: Graeme Gott <graeme at gottcode.org>
Date: Tue Oct 15 18:42:56 2013 -0400
Remove unnecessary flushing of garcon cache.
---
src/applications_page.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/applications_page.cpp b/src/applications_page.cpp
index 15b4af6..5430791 100644
--- a/src/applications_page.cpp
+++ b/src/applications_page.cpp
@@ -205,11 +205,6 @@ void ApplicationsPage::clear_applications()
g_object_unref(m_garcon_menu);
m_garcon_menu = NULL;
}
-
- // Clear menu item cache
- GarconMenuItemCache* cache = garcon_menu_item_cache_get_default();
- garcon_menu_item_cache_invalidate(cache);
- g_object_unref(cache);
}
//-----------------------------------------------------------------------------
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list