diff options
author | 2002-01-24 21:59:19 +0000 | |
---|---|---|
committer | 2002-01-24 21:59:19 +0000 | |
commit | 3ed7383001c3dc59f11e493608050f2eda356392 (patch) | |
tree | 804bef1f5a0a81c8858b41c123751e158d52dde4 /x11-wm/sawfish/files | |
parent | removed configure option for internationalization, wxGTK picks it up (diff) | |
download | historical-3ed7383001c3dc59f11e493608050f2eda356392.tar.gz historical-3ed7383001c3dc59f11e493608050f2eda356392.tar.bz2 historical-3ed7383001c3dc59f11e493608050f2eda356392.zip |
hopefully fixes the capplet crashes
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/capplet-crash.patch | 23 | ||||
-rw-r--r-- | x11-wm/sawfish/files/digest-sawfish-1.0.1-r1 | 1 |
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 |