[Xfce4-commits] <xfce4-panel:devel> * Drop socket support for xfce4-settings-manager, it's not usefull for us.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:26:15 CEST 2009
Updating branch refs/heads/devel
to 54861e7472ad01f77935413a48e01a11b2d84f82 (commit)
from 90df609105573996d316db36c115d63b6f2afdc8 (commit)
commit 54861e7472ad01f77935413a48e01a11b2d84f82
Author: Nick Schermer <nick at xfce.org>
Date: Mon Nov 10 21:41:58 2008 +0100
* Drop socket support for xfce4-settings-manager, it's not
usefull for us.
panel/panel-dbus-client.c | 2 +-
panel/panel-dbus-service-infos.xml | 1 -
panel/panel-dbus-service.c | 1 -
3 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/panel/panel-dbus-client.c b/panel/panel-dbus-client.c
index a4d4115..cd78861 100644
--- a/panel/panel-dbus-client.c
+++ b/panel/panel-dbus-client.c
@@ -78,7 +78,7 @@ panel_dbus_client_display_preferences_dialog (guint active,
return FALSE;
/* call */
- result = _panel_dbus_client_display_preferences_dialog (dbus_proxy, active, 0, error);
+ result = _panel_dbus_client_display_preferences_dialog (dbus_proxy, active, error);
/* cleanup */
g_object_unref (G_OBJECT (dbus_proxy));
diff --git a/panel/panel-dbus-service-infos.xml b/panel/panel-dbus-service-infos.xml
index 95bc2d0..a0ca5a3 100644
--- a/panel/panel-dbus-service-infos.xml
+++ b/panel/panel-dbus-service-infos.xml
@@ -22,7 +22,6 @@
-->
<method name="DisplayPreferencesDialog">
<arg name="active" direction="in" type="u" />
- <arg name="socked_id" direction="in" type="i" />
</method>
<!--
diff --git a/panel/panel-dbus-service.c b/panel/panel-dbus-service.c
index 0253f1b..394ba83 100644
--- a/panel/panel-dbus-service.c
+++ b/panel/panel-dbus-service.c
@@ -163,7 +163,6 @@ panel_dbus_service_finalize (GObject *object)
static gboolean
panel_dbus_service_display_preferences_dialog (PanelDBusService *service,
guint active,
- gint socked_id,
GError **error)
{
PanelApplication *application;
More information about the Xfce4-commits
mailing list