gpointing-device-settings r294 - trunk/modules



Author: hiikezoe
Date: Sun Mar 29 11:22:13 2009
New Revision: 294
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=294&view=rev

Log:
fix touchpad icon image file name.

Modified:
   trunk/modules/gpds-touchpad-ui.c

Modified: trunk/modules/gpds-touchpad-ui.c
==============================================================================
--- trunk/modules/gpds-touchpad-ui.c	(original)
+++ trunk/modules/gpds-touchpad-ui.c	Sun Mar 29 11:22:13 2009
@@ -831,7 +831,7 @@
     GdkPixbuf *pixbuf;
 
     path = g_build_filename(gpds_get_icon_file_directory(),
-                            "touchpad", NULL);
+                            "touchpad.png", NULL);
     pixbuf = gdk_pixbuf_new_from_file(path, error);
     g_free(path);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]