ports/security/otpcalc/patches/patch-gui_c

13 lines
495 B
Text

Port to GTK+2. From Gentoo.
--- gui.c.orig Fri Jan 29 15:43:23 2010
+++ gui.c Fri Jan 29 15:43:40 2010
@@ -147,7 +147,7 @@ int main(int argc, char *argv[])
/* Setup the menu bar... */
mb_top = gtk_menu_bar_new();
- gtk_menu_bar_set_shadow_type(GTK_MENU_BAR(mb_top), GTK_SHADOW_NONE);
+ /*gtk_menu_bar_set_shadow_type(GTK_MENU_BAR(mb_top), GTK_SHADOW_NONE);*/
gtk_table_attach(GTK_TABLE(ta_top), mb_top, 0, 3, 0, 1,
(GtkAttachOptions)(GTK_FILL),
(GtkAttachOptions)(0), 0, 0);