mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-24 14:30:18 +00:00
Put horizontal line back where blank spaces were showing in recent versions.
This commit is contained in:
@@ -2685,9 +2685,11 @@ togitem:
|
|||||||
goto togitem;
|
goto togitem;
|
||||||
|
|
||||||
case M_SEP:
|
case M_SEP:
|
||||||
item = gtk_menu_item_new ();
|
item = gtk_separator_menu_item_new ();
|
||||||
gtk_widget_set_sensitive (item, FALSE);
|
if (submenu)
|
||||||
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
|
gtk_menu_shell_append (GTK_MENU_SHELL (submenu), item);
|
||||||
|
else
|
||||||
|
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
|
||||||
gtk_widget_show (item);
|
gtk_widget_show (item);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user