SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
security/otpcalc/patches/patch-gui_c
Normal file
13
security/otpcalc/patches/patch-gui_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
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);
|
Loading…
Add table
Add a link
Reference in a new issue