summaryrefslogtreecommitdiff
path: root/mail/stuphead/files/patch-prefs_account.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/stuphead/files/patch-prefs_account.c')
-rw-r--r--mail/stuphead/files/patch-prefs_account.c18
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));