[gnome-panel] Update to latest gdbus API change
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] Update to latest gdbus API change
- Date: Tue, 20 Jul 2010 13:07:06 +0000 (UTC)
commit 00f3df53c74c37f48221fb8f59770129987782fa
Author: Frédéric Péters <fpeters 0d be>
Date: Tue Jul 20 14:49:39 2010 +0200
Update to latest gdbus API change
configure.in | 2 +-
.../panel-applet-container.c | 1 +
gnome-panel/panel-shell.c | 1 +
3 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0b7c278..8b6b2df 100644
--- a/configure.in
+++ b/configure.in
@@ -60,7 +60,7 @@ AC_CHECK_FUNCS(_NSGetEnviron)
LIBGNOME_DESKTOP_REQUIRED=2.24.0
GDK_PIXBUF_REQUIRED=2.7.1
PANGO_REQUIRED=1.15.4
-GLIB_REQUIRED=2.25.9
+GLIB_REQUIRED=2.25.12
GTK_REQUIRED=2.19.7
LIBWNCK_REQUIRED=2.19.5
GCONF_REQUIRED=2.6.1
diff --git a/gnome-panel/libpanel-applet-private/panel-applet-container.c b/gnome-panel/libpanel-applet-private/panel-applet-container.c
index 77bffd4..eef163a 100644
--- a/gnome-panel/libpanel-applet-private/panel-applet-container.c
+++ b/gnome-panel/libpanel-applet-private/panel-applet-container.c
@@ -343,6 +343,7 @@ on_proxy_appeared (GObject *source_object,
"PropertiesChanged",
g_dbus_proxy_get_object_path (proxy),
PANEL_APPLET_INTERFACE,
+ G_DBUS_SIGNAL_FLAGS_NONE,
(GDBusSignalCallback) on_property_changed,
container, NULL);
diff --git a/gnome-panel/panel-shell.c b/gnome-panel/panel-shell.c
index 5215e0d..bc0823e 100644
--- a/gnome-panel/panel-shell.c
+++ b/gnome-panel/panel-shell.c
@@ -126,6 +126,7 @@ panel_shell_register (gboolean replace)
"NameLost",
"/org/freedesktop/DBus",
PANEL_DBUS_SERVICE,
+ G_DBUS_SIGNAL_FLAGS_NONE,
(GDBusSignalCallback)panel_shell_on_name_lost,
NULL, NULL);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]