[evolution-rss] move away from e_popup_menu
- From: Lucian Langa <lucilanga src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-rss] move away from e_popup_menu
- Date: Sat, 9 Jan 2010 20:31:41 +0000 (UTC)
commit 6c345c39ac93e3bceaf5edebbe0177010afae418
Author: Lucian Langa <lucilanga gnome org>
Date: Sat Jan 9 19:31:13 2010 +0200
move away from e_popup_menu
src/rss.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index f02c32e..60bfce6 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -1928,7 +1928,10 @@ gecko_click(GtkMozEmbed *mozembed, gpointer dom_event, gpointer user_data)
link,
GETTEXT_PACKAGE);
if (button == 2)
- e_popup_menu (menu, NULL);
+ gtk_menu_popup (
+ GTK_MENU (menu),
+ NULL, NULL, NULL, NULL,
+ 0, GDK_CURRENT_TIME);
#else
emp = em_popup_new("org.gnome.evolution.mail.formathtmldisplay.popup");
menu_size=sizeof(rss_menu_items)/sizeof(rss_menu_items[0]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]