[Xfce4-commits] <ristretto:master> remove assertion

Stephan Arts stephan at xfce.org
Wed Aug 12 12:22:45 CEST 2009


Updating branch refs/heads/master
         to 08a57e5f3c7c487d909059e85f46129bfa91c6a2 (commit)
       from cbce31e3ee0179b8f1dd033d4876e17c65730a1e (commit)

commit 08a57e5f3c7c487d909059e85f46129bfa91c6a2
Author: Stephan Arts <stephan at xfce.org>
Date:   Sat Jun 6 11:35:54 2009 +0200

    remove assertion

 src/main_window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main_window.c b/src/main_window.c
index 8bf6f12..58d6d18 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1863,7 +1863,6 @@ cb_rstto_main_window_settings_notify (GObject *settings, GParamSpec *spec, Rstto
     GValue val = {0,};
     g_return_if_fail (RSTTO_IS_SETTINGS (settings));
     g_return_if_fail (RSTTO_IS_MAIN_WINDOW (window));
-    g_return_if_fail (G_PARAM_SPEC_VALUE_TYPE (spec) == G_TYPE_STRING);
 
     g_value_init (&val, spec->value_type);
     g_object_get_property (settings, spec->name, &val);



More information about the Xfce4-commits mailing list