[vinagre] Replace GtkItem to GtkMenuItem
- From: Jonh Wendell <jwendell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Replace GtkItem to GtkMenuItem
- Date: Fri, 17 Sep 2010 19:37:29 +0000 (UTC)
commit c8f646bdb40f836246c041f51682c51c3017dd8f
Author: Jonh Wendell <jwendell gnome org>
Date: Fri Sep 17 16:41:27 2010 -0300
Replace GtkItem to GtkMenuItem
vinagre/vinagre-window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vinagre/vinagre-window.c b/vinagre/vinagre-window.c
index 9174790..c6c8b54 100644
--- a/vinagre/vinagre-window.c
+++ b/vinagre/vinagre-window.c
@@ -203,7 +203,7 @@ vinagre_window_class_init (VinagreWindowClass *klass)
}
static void
-menu_item_select_cb (GtkItem *proxy,
+menu_item_select_cb (GtkMenuItem *proxy,
VinagreWindow *window)
{
GtkAction *action;
@@ -222,7 +222,7 @@ menu_item_select_cb (GtkItem *proxy,
}
static void
-menu_item_deselect_cb (GtkItem *proxy,
+menu_item_deselect_cb (GtkMenuItem *proxy,
VinagreWindow *window)
{
gtk_statusbar_pop (GTK_STATUSBAR (window->priv->statusbar),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]