summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2002-01-24 21:59:19 +0000
committerMikael Hallendal <hallski@gentoo.org>2002-01-24 21:59:19 +0000
commit5e1701adc94f1eaa410e696908f9883eade1019f (patch)
tree3456815ee3b9a5eab88a6ecd5f36bfbaae130adb /x11-wm/sawfish/files
parentremoved configure option for internationalization, wxGTK picks it up (diff)
downloadgentoo-2-5e1701adc94f1eaa410e696908f9883eade1019f.tar.gz
gentoo-2-5e1701adc94f1eaa410e696908f9883eade1019f.tar.bz2
gentoo-2-5e1701adc94f1eaa410e696908f9883eade1019f.zip
hopefully fixes the capplet crashes
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r--x11-wm/sawfish/files/capplet-crash.patch23
-rw-r--r--x11-wm/sawfish/files/digest-sawfish-1.0.1-r11
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/sawfish/files/capplet-crash.patch b/x11-wm/sawfish/files/capplet-crash.patch
new file mode 100644
index 000000000000..2d2f19ec06cf
--- /dev/null
+++ b/x11-wm/sawfish/files/capplet-crash.patch
@@ -0,0 +1,23 @@
+--- capplet/sawmill-capplet.c.orig Thu Jan 24 22:31:39 2002
++++ capplet/sawmill-capplet.c Thu Jan 24 22:52:59 2002
+@@ -104,7 +104,7 @@
+ display_error (const char *message)
+ {
+ GtkWidget *label;
+-
++
+ if (ui_handler_id != 0)
+ {
+ gtk_input_remove (ui_handler_id);
+@@ -119,7 +119,10 @@
+ if (ui_socket != 0)
+ {
+ gtk_container_remove (GTK_CONTAINER (capplet), ui_socket);
+- gtk_object_destroy (GTK_OBJECT (ui_socket));
++
++ if (GTK_IS_OBJECT (ui_socket)) {
++ gtk_object_destroy (GTK_OBJECT (ui_socket));
++ }
+ ui_socket = 0;
+ }
+
diff --git a/x11-wm/sawfish/files/digest-sawfish-1.0.1-r1 b/x11-wm/sawfish/files/digest-sawfish-1.0.1-r1
new file mode 100644
index 000000000000..d96f5e8b0fc8
--- /dev/null
+++ b/x11-wm/sawfish/files/digest-sawfish-1.0.1-r1
@@ -0,0 +1 @@
+MD5 b1587ea76cca08ec951f2536c17a307e sawfish-1.0.1.tar.gz 1327104