[Xfce4-commits] r27206 - xfce4-settings/trunk/dialogs/appearance-settings
Nick Schermer
nick at xfce.org
Thu Jul 3 20:41:55 CEST 2008
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);
More information about the Xfce4-commits
mailing list