gpointing-device-settings r194 - trunk/modules



Author: hiikezoe
Date: Tue Mar 10 03:36:52 2009
New Revision: 194
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=194&view=rev

Log:
fix typo.

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	Tue Mar 10 03:36:52 2009
@@ -676,7 +676,7 @@
 
     if (!gpds_ui_get_gconf_bool(GPDS_UI(ui), GPDS_TOUCHPAD_CONTINUOUS_EDGE_SCROLLING_KEY, &enable))
         enable = (values[0] == 1);
-    object = gtk_builder_get_object(builder, "continuos_edge_scrolling");
+    object = gtk_builder_get_object(builder, "continuous_edge_scrolling");
     gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(object), enable);
 
     g_free(values);



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