[anjuta] bgo#572754 – Remove deprecated GTK+ symbols
- From: Johannes Schmid <jhs src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] bgo#572754 – Remove deprecated GTK+ symbols
- Date: Mon, 22 Jun 2009 07:38:23 -0400 (EDT)
commit 5dbd9ad3f04169927f7060c8b20d31463b306fd6
Author: Johannes Schmid <jhs gnome org>
Date: Mon Jun 22 13:36:04 2009 +0200
bgo#572754 â?? Remove deprecated GTK+ symbols
src/anjuta-app.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/anjuta-app.c b/src/anjuta-app.c
index e1d4aae..883d63e 100644
--- a/src/anjuta-app.c
+++ b/src/anjuta-app.c
@@ -63,7 +63,7 @@ menu_item_select_cb (GtkMenuItem *proxy,
GtkAction *action;
char *message;
- action = gtk_widget_get_action (GTK_WIDGET (proxy));
+ action = gtk_activatable_get_related_action (GTK_ACTIVATABLE (proxy));
g_return_if_fail (action != NULL);
g_object_get (G_OBJECT (action), "tooltip", &message, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]