diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-08 22:35:43 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-08 22:35:43 +0000 |
commit | 1f2055ef7bed7ff86103a0b5095f74bcf95e44c4 (patch) | |
tree | cedaebe8b30777a273afafaaf0f0e226ab6fca87 /sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c | |
parent | 0e3824a4e4f623055f9d4d12fb4329a1f9cb94fd (diff) | |
download | FreeBSD-ports-1f2055ef7bed7ff86103a0b5095f74bcf95e44c4.zip FreeBSD-ports-1f2055ef7bed7ff86103a0b5095f74bcf95e44c4.tar.gz |
Add gnomecontrolcenter2 after repo copy from gnomecontrolcenter. This
is the configuration frontend for the GNOME 2.0 desktop.
Diffstat (limited to 'sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c')
-rw-r--r-- | sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c b/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c new file mode 100644 index 0000000..d5ce54f8 --- /dev/null +++ b/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c @@ -0,0 +1,29 @@ +--- capplets/mouse/gnome-mouse-properties.c.orig Sun May 5 01:04:48 2002 ++++ capplets/mouse/gnome-mouse-properties.c Sun May 5 01:05:10 2002 +@@ -532,7 +532,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); +- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-white.pcf.gz", FALSE, NULL); ++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-white.pcf.gz", FALSE, NULL); + + gtk_list_store_append (GTK_LIST_STORE (model), &iter); + if (cursor_font && ! strcmp (cursor_font, font_path)) { +@@ -553,7 +553,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); +- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large.pcf.gz", FALSE, NULL); ++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large.pcf.gz", FALSE, NULL); + + gtk_list_store_append (GTK_LIST_STORE (model), &iter); + if (cursor_font && ! strcmp (cursor_font, font_path)) { +@@ -574,7 +574,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); +- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large-white.pcf.gz", FALSE, NULL); ++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large-white.pcf.gz", FALSE, NULL); + + gtk_list_store_append (GTK_LIST_STORE (model), &iter); + if (cursor_font && ! strcmp (cursor_font, font_path)) { |