summaryrefslogtreecommitdiff
path: root/mail/stuphead/files/patch-prefs.c
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-17 13:27:45 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-17 13:27:45 +0000
commit421895421594bbbca2a5e953507ecbd199973f54 (patch)
tree82df11c5f9c5b6350557c3d29217648900bb4c45 /mail/stuphead/files/patch-prefs.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.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);