2003-02-07 19:42:25 +01:00
|
|
|
--- 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 @@
|
2002-05-09 00:35:43 +02:00
|
|
|
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);
|
2002-06-26 11:18:37 +02:00
|
|
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-white.pcf", FALSE, NULL);
|
|
|
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-white.pcf", FALSE, NULL);
|
2002-05-09 00:35:43 +02:00
|
|
|
|
|
|
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
|
|
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|
2003-02-07 19:42:25 +01:00
|
|
|
@@ -612,7 +612,7 @@
|
2002-05-09 00:35:43 +02:00
|
|
|
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);
|
2002-06-26 11:18:37 +02:00
|
|
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large.pcf", FALSE, NULL);
|
|
|
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large.pcf", FALSE, NULL);
|
2002-05-09 00:35:43 +02:00
|
|
|
|
|
|
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
|
|
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|
2003-02-07 19:42:25 +01:00
|
|
|
@@ -633,7 +633,7 @@
|
2002-05-09 00:35:43 +02:00
|
|
|
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);
|
2002-06-26 11:18:37 +02:00
|
|
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large-white.pcf", FALSE, NULL);
|
|
|
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large-white.pcf", FALSE, NULL);
|
2002-05-09 00:35:43 +02:00
|
|
|
|
|
|
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
|
|
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|