summaryrefslogtreecommitdiff
path: root/mail/stuphead/files/patch-prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/stuphead/files/patch-prefs.c')
-rw-r--r--mail/stuphead/files/patch-prefs.c34
1 files changed, 34 insertions, 0 deletions
diff --git a/mail/stuphead/files/patch-prefs.c b/mail/stuphead/files/patch-prefs.c
new file mode 100644
index 000000000000..2fc7efc02dc7
--- /dev/null
+++ b/mail/stuphead/files/patch-prefs.c
@@ -0,0 +1,34 @@
+--- src/prefs.c.bak Tue Aug 17 14:33:11 2004
++++ src/prefs.c Tue Aug 17 14:32:13 2004
+@@ -157,6 +157,7 @@
+ string_rgb_to_gdk_color((GdkColor *)param[i].data, (gchar *)value);
+ break;
+ default:
++ break;
+ }
+ }
+ }
+@@ -451,6 +450,7 @@
+ string_rgb_to_gdk_color((GdkColor *)param[i].data, "#000000");
+ break;
+ default:
++ break;
+ }
+ }
+ }
+@@ -470,6 +468,7 @@
+ g_free(*((gchar **)param[i].data));
+ break;
+ default:
++ break;
+ }
+ }
+ }
+@@ -615,6 +612,7 @@
+ tmpparam.data = &enum_data;
+ break;
+ case P_OTHER:
++ break;
+ }
+ tmpparam.widget_set_func(&tmpparam);
+ g_free(str_data);