[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] 06/22: Space up Start Timer (contextual menu)
noreply at xfce.org
noreply at xfce.org
Sat Dec 30 06:16:27 CET 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-timer-plugin.
commit e131e28a54217500e66e639da04e29681ba180d6
Author: Daniel Muñiz Fontoira <dani at damufo.com>
Date: Mon Jul 31 11:54:17 2017 +0200
Space up Start Timer (contextual menu)
Change space up start timer (contaxtual menu) for line separator.
---
panel-plugin/xfcetimer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfcetimer.c b/panel-plugin/xfcetimer.c
index 9768f87..3bf91c6 100644
--- a/panel-plugin/xfcetimer.c
+++ b/panel-plugin/xfcetimer.c
@@ -532,7 +532,7 @@ void make_menu(plugin_data *pd){
}
/* Horizontal line (empty item) */
- menuitem=gtk_menu_item_new();
+ menuitem=gtk_separator_menu_item_new ();
gtk_menu_shell_append(GTK_MENU_SHELL(pd->menu),menuitem);
/* Pause menu item */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list