[gnome-media/gnome-2-32] Replace deprecated GTK_WIDGET_HAS_GRAB call
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-media/gnome-2-32] Replace deprecated GTK_WIDGET_HAS_GRAB call
- Date: Wed, 4 Aug 2010 13:24:09 +0000 (UTC)
commit 1b0c584c1a5ed95c64a5e9598d04a55c83962c78
Author: Bastien Nocera <hadess hadess net>
Date: Thu Apr 15 15:49:55 2010 +0100
Replace deprecated GTK_WIDGET_HAS_GRAB call
And up the GTK+ version to one that has the replacement for it.
https://bugzilla.gnome.org/show_bug.cgi?id=572353
configure.ac | 2 +-
gnome-volume-control/src/gvc-stream-status-icon.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ced0783..49edfab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ fi
AC_MSG_NOTICE([Using $GM_ERROR_CFLAGS as error checking CFLAGS])
GLIB_REQUIRED_VERSION=2.18.2
-GTK_REQUIRED_VERSION=2.14.0
+GTK_REQUIRED_VERSION=2.18.0
GCONF_REQUIRED_VERSION=2.6.1
PA_REQUIRED_VERSION=0.9.15
CANBERRA_REQUIRED_VERSION=0.4
diff --git a/gnome-volume-control/src/gvc-stream-status-icon.c b/gnome-volume-control/src/gvc-stream-status-icon.c
index 4dad262..5157c0b 100644
--- a/gnome-volume-control/src/gvc-stream-status-icon.c
+++ b/gnome-volume-control/src/gvc-stream-status-icon.c
@@ -343,7 +343,7 @@ gvc_icon_grab_notify (GvcStreamStatusIcon *icon,
return;
}
- if (!GTK_WIDGET_HAS_GRAB (icon->priv->dock)) {
+ if (!gtk_widget_has_grab (icon->priv->dock)) {
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]