[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 18/41: Replace GtkHSeparator.
noreply at xfce.org
noreply at xfce.org
Sat Aug 20 18:32:32 CEST 2016
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 fd1c8c7584889257365f69ebdf4cb3dc1f1e8ca0
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Aug 8 14:18:07 2016 -0400
Replace GtkHSeparator.
---
panel-plugin/window.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index 5e8a484..15bd59b 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -186,7 +186,7 @@ WhiskerMenu::Window::Window() :
m_sidebar_buttons = GTK_BOX(gtk_box_new(GTK_ORIENTATION_VERTICAL, 0));
gtk_box_pack_start(m_sidebar_buttons, GTK_WIDGET(m_favorites_button->get_button()), false, false, 0);
gtk_box_pack_start(m_sidebar_buttons, GTK_WIDGET(m_recent_button->get_button()), false, false, 0);
- gtk_box_pack_start(m_sidebar_buttons, gtk_hseparator_new(), false, true, 0);
+ gtk_box_pack_start(m_sidebar_buttons, gtk_separator_new(GTK_ORIENTATION_HORIZONTAL), false, false, 0);
m_sidebar = GTK_SCROLLED_WINDOW(gtk_scrolled_window_new(NULL, NULL));
gtk_box_pack_start(m_contents_box, GTK_WIDGET(m_sidebar), false, false, 0);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list