Author: nick
Date: 2008-07-03 18:41:55 +0000 (Thu, 03 Jul 2008)
New Revision: 27206

Modified:
   xfce4-settings/trunk/dialogs/appearance-settings/main.c
Log:
* Fix typo.


Modified: xfce4-settings/trunk/dialogs/appearance-settings/main.c
===================================================================
--- xfce4-settings/trunk/dialogs/appearance-settings/main.c     2008-07-03 
18:35:03 UTC (rev 27205)
+++ xfce4-settings/trunk/dialogs/appearance-settings/main.c     2008-07-03 
18:41:55 UTC (rev 27206)
@@ -86,7 +86,7 @@
 
 static void
 cb_theme_tree_selection_changed (GtkTreeSelection *selection,
-                                 const gchar      *proprty)
+                                 const gchar      *property)
 {
     GtkTreeModel *model;
     gboolean      has_selection;
@@ -101,7 +101,7 @@
         gtk_tree_model_get (model, &iter, COLUMN_NAME, &name, -1);
         
         /* Store the new theme */
-        xfconf_channel_set_string (xsettings_channel, proprty, name);
+        xfconf_channel_set_string (xsettings_channel, property, name);
         
         /* Cleanup */
         g_free (name);

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to