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_account.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_account.c')
| -rw-r--r-- | mail/stuphead/files/patch-prefs_account.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/stuphead/files/patch-prefs_account.c b/mail/stuphead/files/patch-prefs_account.c new file mode 100644 index 000000000000..5adccdbd731d --- /dev/null +++ b/mail/stuphead/files/patch-prefs_account.c @@ -0,0 +1,18 @@ +--- src/prefs_account.c.orig Tue Aug 17 14:34:51 2004 ++++ src/prefs_account.c Tue Aug 17 14:35:30 2004 +@@ -1149,6 +1149,7 @@ + gtk_option_menu_set_history(optmenu, 3); + break; + default: ++ break; + } + + menu = gtk_option_menu_get_menu(optmenu); +@@ -1203,6 +1204,7 @@ + gtk_option_menu_set_history(optmenu, 2); + break; + default: ++ break; + } + menu = gtk_option_menu_get_menu(optmenu); + menuitem = gtk_menu_get_active(GTK_MENU(menu)); |
