[Xfce4-commits] <libxfce4ui:new-sm-client> don't set desktop-file prop on construct, suppresses warning

Brian J. Tarricone brian at tarricone.org
Thu Sep 17 14:20:03 CEST 2009


Updating branch refs/heads/kelnos/new-sm-client
         to bebe30bdf8f1bccd66dc0628ca05b73827559d74 (commit)
       from b159e5ef751ef1500e3b03be0ee525393bdbd4e8 (commit)

commit bebe30bdf8f1bccd66dc0628ca05b73827559d74
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Thu Sep 17 05:18:19 2009 -0700

    don't set desktop-file prop on construct, suppresses warning

 libxfce4ui/xfce-sm-client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4ui/xfce-sm-client.c b/libxfce4ui/xfce-sm-client.c
index 2d4908a..9c8bd9b 100644
--- a/libxfce4ui/xfce-sm-client.c
+++ b/libxfce4ui/xfce-sm-client.c
@@ -422,7 +422,7 @@ xfce_sm_client_class_init(XfceSMClientClass *klass)
                                                         "Desktop file",
                                                         "The application's .desktop file",
                                                         NULL,
-                                                        G_PARAM_READWRITE|G_PARAM_CONSTRUCT));
+                                                        G_PARAM_READWRITE));
 
     /* these are "private" properties */
     g_object_class_install_property(gobject_class, PROP_ARGC,



More information about the Xfce4-commits mailing list