[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 29/44: Load applications immediately.
noreply at xfce.org
noreply at xfce.org
Wed Feb 1 15:13:15 CET 2017
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to annotated tag v1.7.0
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit f770f95d4dc46df866d35ff17ceaba807e62a977
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 eb482c2..a0b2217 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
@@ -219,6 +219,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