[Xfce4-commits] <thunar:master> Remove test from previous commit.
Nick Schermer
noreply at xfce.org
Tue Nov 6 19:12:01 CET 2012
Updating branch refs/heads/master
to 010f9292a9edb4db4e4ab02305048f637570a6bb (commit)
from 48f01622ea50d0275bd165114e8e3d09fc70b7fe (commit)
commit 010f9292a9edb4db4e4ab02305048f637570a6bb
Author: Nick Schermer <nick at xfce.org>
Date: Tue Nov 6 19:11:37 2012 +0100
Remove test from previous commit.
thunar/thunar-preferences.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/thunar/thunar-preferences.c b/thunar/thunar-preferences.c
index 8d6b8cd..1ad4503 100644
--- a/thunar/thunar-preferences.c
+++ b/thunar/thunar-preferences.c
@@ -825,7 +825,7 @@ thunar_preferences_get_property (GObject *object,
array = xfconf_channel_get_string_list (preferences->channel, prop_name);
g_value_take_boxed (value, array);
}
- else if (0&&xfconf_channel_get_property (preferences->channel, prop_name, &src))
+ else if (xfconf_channel_get_property (preferences->channel, prop_name, &src))
{
if (G_VALUE_TYPE (value) == G_VALUE_TYPE (&src))
g_value_copy (&src, value);
More information about the Xfce4-commits
mailing list