diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-20 11:02:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-20 11:02:25 +0800 |
commit | 378a2a917c1d86bdc4db576eca8f90767f3044dc (patch) | |
tree | 566370f634b4f7a7fa8c90193bf57f393f11f613 /mail/message-list.c | |
parent | c031bc8b1afd8c16adbbef74884ee82073467898 (diff) | |
download | gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar.gz gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar.zst gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.zip |
convert to org.gnome hook names
2004-10-19 JP Rosevear <jpr@novell.com>
* em-account-editor.c, em-composer-prefs.c, em-config.c,
em-event.c, em-folder-browser.c, em-folder-properties.c,
em-folder-tree.c, em-folder-view.c, em-format-hook.c,
em-format-html-display.c, em-mailer-prefs.c, em-menu.c,
em-message-browser.c, em-popup.c, message-list.c: convert to
org.gnome hook names
svn path=/trunk/; revision=27635
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index 39223eacce..86bdd4c47a 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -1750,7 +1750,7 @@ ml_tree_drag_data_received (ETree *tree, int row, ETreePath path, int col, GtkMenu *menu; int i; - emp = em_popup_new("com.ximian.mail.messagelist.popup.drop"); + emp = em_popup_new("org.gnome.mail.messagelist.popup.drop"); for (i=0;i<sizeof(ml_drop_popup_menu)/sizeof(ml_drop_popup_menu[0]);i++) menus = g_slist_append(menus, &ml_drop_popup_menu[i]); |