[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 02/02: Load applications immediately.
noreply at xfce.org
noreply at xfce.org
Sat Jan 14 14:19:50 CET 2017
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 776949c5d9a97ad082cda84a0184a11dd8a7dec8
Author: Graeme Gott <graeme at gottcode.org>
Date: Sat Jan 14 05:13:23 2017 -0500
Load applications immediately.
---
panel-plugin/window.cpp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index d7f8bb1..ccc9bc3 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013, 2014, 2015, 2016 Graeme Gott <graeme at gottcode.org>
+ * Copyright (C) 2013, 2014, 2015, 2016, 2017 Graeme Gott <graeme at gottcode.org>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -260,6 +260,9 @@ WhiskerMenu::Window::Window() :
g_signal_connect_slot(m_window, "screen-changed", &Window::on_screen_changed_event, this);
on_screen_changed_event(GTK_WIDGET(m_window), NULL);
+ // Load applications
+ m_applications->load_applications();
+
g_object_ref_sink(m_window);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list