diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-17 13:27:45 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-17 13:27:45 +0000 |
| commit | 421895421594bbbca2a5e953507ecbd199973f54 (patch) | |
| tree | 82df11c5f9c5b6350557c3d29217648900bb4c45 /mail/stuphead/files/patch-prefs_common.c | |
| parent | - Update to 2.0.1 (diff) | |
Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=116517
Diffstat (limited to 'mail/stuphead/files/patch-prefs_common.c')
| -rw-r--r-- | mail/stuphead/files/patch-prefs_common.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/stuphead/files/patch-prefs_common.c b/mail/stuphead/files/patch-prefs_common.c new file mode 100644 index 000000000000..ae139b88b860 --- /dev/null +++ b/mail/stuphead/files/patch-prefs_common.c @@ -0,0 +1,10 @@ +--- src/prefs_common.c.bak Tue Aug 17 14:33:52 2004 ++++ src/prefs_common.c Tue Aug 17 14:34:10 2004 +@@ -2789,6 +2789,7 @@ + gtk_option_menu_set_history(optmenu, 5); + break; + default: ++ break; + } + menu = gtk_option_menu_get_menu(optmenu); + menuitem = gtk_menu_get_active(GTK_MENU(menu)); |
