aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-10-20 11:02:25 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-10-20 11:02:25 +0800
commit378a2a917c1d86bdc4db576eca8f90767f3044dc (patch)
tree566370f634b4f7a7fa8c90193bf57f393f11f613 /mail/em-format-html-display.c
parentc031bc8b1afd8c16adbbef74884ee82073467898 (diff)
downloadgsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar
gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar.gz
gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar.bz2
gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar.lz
gsoc2013-evolution-378a2a917c1d86bdc4db576eca8f90767f3044dc.tar.xz
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/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 1e5c895cb8..bf452a8fd0 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -1090,7 +1090,7 @@ efhd_attachment_popup(GtkWidget *w, GdkEventButton *event, struct _attach_puri *
return FALSE;
}
- emp = em_popup_new("com.ximian.mail.formathtmldisplay.popup.part");
+ emp = em_popup_new("org.gnome.mail.formathtmldisplay.popup.part");
target = em_popup_target_new_part(emp, info->puri.part, info->handle?info->handle->mime_type:NULL);
target->target.widget = w;