aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c')
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c b/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c
deleted file mode 100644
index 32c81dfdebba..000000000000
--- a/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- capplets/mouse/gnome-mouse-properties.c.orig Mon Sep 5 17:05:46 2005
-+++ capplets/mouse/gnome-mouse-properties.c Mon Sep 5 17:06:23 2005
-@@ -658,7 +658,8 @@
-
- gchar **iterator = NULL;
- gchar **paths = NULL;
--
-+ const gchar *xpaths;
-+
- GConfClient* client = gconf_client_get_default();
- GtkListStore* store = GTK_LIST_STORE(gtk_tree_model_sort_get_model(model));
- gchar* current_theme = gconf_client_get_string(client, CURSOR_THEME_KEY, NULL);
-@@ -666,7 +667,7 @@
- g_object_unref(client);
- client = NULL;
-
-- const gchar *xpaths = g_getenv ("XCURSOR_PATH");
-+ xpaths = g_getenv ("XCURSOR_PATH");
-
- if (xpaths != NULL) {
- paths = g_strsplit (xpaths, ":", 0);