[vino/gnome-3-0] Do not set non-existent use-dbus-listener property



commit 408cea6779a93d092b587e1e8e69b7f38d35c471
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sun Jun 5 16:21:14 2011 -0700

    Do not set non-existent use-dbus-listener property
    
    The â??use-dbus-listenerâ?? property has been removed from VinoServer, so
    do not try to set it when creating a VinoDBusServer.

 server/vino-tube-servers-manager.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/server/vino-tube-servers-manager.c b/server/vino-tube-servers-manager.c
index 43e60b5..1d7ff9c 100644
--- a/server/vino-tube-servers-manager.c
+++ b/server/vino-tube-servers-manager.c
@@ -196,7 +196,6 @@ handle_channels_cb (TpSimpleHandler *handler,
 
   server = g_object_new (VINO_TYPE_TUBE_SERVER,
       "display-status-icon",  0,
-      "use-dbus-listener",    0,
       "prompt-enabled",       0,
       "view-only",            0,
       "network-interface",    network_interface,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]