summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/control-center/files/crash-on-exit-fix.patch')
-rw-r--r--gnome-base/control-center/files/crash-on-exit-fix.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnome-base/control-center/files/crash-on-exit-fix.patch b/gnome-base/control-center/files/crash-on-exit-fix.patch
deleted file mode 100644
index 4603a498d056..000000000000
--- a/gnome-base/control-center/files/crash-on-exit-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- control-center/capplet-manager.c.orig Thu Jan 24 21:57:56 2002
-+++ control-center/capplet-manager.c Thu Jan 24 21:58:01 2002
-@@ -323,7 +323,10 @@
- close_capplet (TRUE, nd);
- nd->state = CAPPLET_INACTIVE;
- style = gtk_widget_get_style (GTK_WIDGET (nd->ctree));
-- gtk_ctree_node_set_foreground (nd->ctree, nd->node, &style->fg[GTK_STATE_NORMAL]);
-+
-+ if (style) {
-+ gtk_ctree_node_set_foreground (nd->ctree, nd->node, &style->fg[GTK_STATE_NORMAL]);
-+ }
- }
- }
- static void