gnome-settings-daemon r819 - in trunk: . plugins/xrandr
- From: thomashpa svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-settings-daemon r819 - in trunk: . plugins/xrandr
- Date: Wed, 15 Apr 2009 19:39:02 +0000 (UTC)
Author: thomashpa
Date: Wed Apr 15 19:39:02 2009
New Revision: 819
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=819&view=rev
Log:
Replace usage of deprecated gtk symbols. Bug #578480
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/plugins/xrandr/gsd-xrandr-manager.c
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Apr 15 19:39:02 2009
@@ -46,7 +46,7 @@
DBUS_GLIB_REQUIRED_VERSION=0.74
GLIB_REQUIRED_VERSION=2.17.3
-GTK_REQUIRED_VERSION=2.13.1
+GTK_REQUIRED_VERSION=2.16.0
GCONF_REQUIRED_VERSION=2.6.1
GIO_REQUIRED_VERSION=2.17.3
GNOME_DESKTOP_REQUIRED_VERSION=2.25.6
Modified: trunk/plugins/xrandr/gsd-xrandr-manager.c
==============================================================================
--- trunk/plugins/xrandr/gsd-xrandr-manager.c (original)
+++ trunk/plugins/xrandr/gsd-xrandr-manager.c Wed Apr 15 19:39:02 2009
@@ -1346,7 +1346,7 @@
*/
if (!priv->status_icon) {
priv->status_icon = gtk_status_icon_new_from_icon_name (GSD_XRANDR_ICON_NAME);
- gtk_status_icon_set_tooltip (priv->status_icon, _("Configure display settings"));
+ gtk_status_icon_set_tooltip_text (priv->status_icon, _("Configure display settings"));
g_signal_connect (priv->status_icon, "activate",
G_CALLBACK (status_icon_activate_cb), manager);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]