From 336b31c3940aea29270fc9fd9b51d3ba1633729e Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 7 Feb 2003 18:42:25 +0000 Subject: Update to GNOME 2.2. This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. --- .../files/patch-capplets_mouse_gnome-mouse-properties.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c') diff --git a/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c b/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c index 0969a7707ffd..9c487d7b8e9d 100644 --- a/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c +++ b/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c @@ -1,6 +1,6 @@ ---- capplets/mouse/gnome-mouse-properties.c.orig Wed May 29 00:14:19 2002 -+++ capplets/mouse/gnome-mouse-properties.c Tue Jun 25 21:51:30 2002 -@@ -570,7 +570,7 @@ +--- capplets/mouse/gnome-mouse-properties.c.orig Sat Nov 2 13:40:22 2002 ++++ capplets/mouse/gnome-mouse-properties.c Sun Dec 22 16:33:36 2002 +@@ -591,7 +591,7 @@ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white.png", TRUE, NULL); pixbuf = gdk_pixbuf_new_from_file (filename, NULL); g_free (filename); @@ -9,7 +9,7 @@ gtk_list_store_append (GTK_LIST_STORE (model), &iter); if (cursor_font && ! strcmp (cursor_font, font_path)) { -@@ -591,7 +591,7 @@ +@@ -612,7 +612,7 @@ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-normal-large.png", TRUE, NULL); pixbuf = gdk_pixbuf_new_from_file (filename, NULL); g_free (filename); @@ -18,7 +18,7 @@ gtk_list_store_append (GTK_LIST_STORE (model), &iter); if (cursor_font && ! strcmp (cursor_font, font_path)) { -@@ -612,7 +612,7 @@ +@@ -633,7 +633,7 @@ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white-large.png", TRUE, NULL); pixbuf = gdk_pixbuf_new_from_file (filename, NULL); g_free (filename); -- cgit v1.2.3