aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-18 10:49:40 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-18 10:49:40 +0800
commite66c822c869dbede237233b95f8af2c3315d71d7 (patch)
tree912a01e94eacbac96efe476b981913a96194a407 /mail/mail-display.c
parentf36d551daf3dddfe266d712c91d5cfbc1476eef7 (diff)
downloadgsoc2013-evolution-e66c822c869dbede237233b95f8af2c3315d71d7.tar.gz
gsoc2013-evolution-e66c822c869dbede237233b95f8af2c3315d71d7.tar.zst
gsoc2013-evolution-e66c822c869dbede237233b95f8af2c3315d71d7.zip
stop signal emission so the GtkButton class method doesn't mess up the
2001-08-17 Damon Chaplin <damon@ximian.com> * mail-display.c (pixmap_press): stop signal emission so the GtkButton class method doesn't mess up the popup menu. Hopefully fixes bug #1828. svn path=/trunk/; revision=12192
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 0a6631d4c7..f352476bb4 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -363,6 +363,10 @@ pixmap_press (GtkWidget *widget, GdkEventButton *event, EScrollFrame *user_data)
return TRUE;
}
+ /* Stop the signal, since we don't want the button's class method to
+ mess up our popup. */
+ gtk_signal_emit_stop_by_name (GTK_OBJECT (widget), "button_press_event");
+
part = gtk_object_get_data (GTK_OBJECT (widget), "CamelMimePart");
handler = mail_lookup_handler (gtk_object_get_data (GTK_OBJECT (widget),
"mime_type"));
ports-gnome/commit/misc/help2man?h=gnome-3.24&id=a76182344e0c6ee613abc5ece29c6fe6ce02e1ad'>Update to 1.36.2arved2005-11-013-7/+7 * Update to 1.36.1vs2005-10-263-8/+10 * Update to 1.35.1arved2005-03-072-3/+3 * - Remove all man directoriespav2004-12-291-0/+2 * Drop Maintainership.arved2004-12-041-1/+1 * Update to 1.34.2arved2004-11-232-5/+3 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Cleanup empty directories for localized manpages.[1]arved2004-03-302-3/+6 * Fix Build on CURRENT, I am not sure why this worked on STABLE [1]arved2004-03-032-4/+25 * Chase WWWarved2004-03-031-1/+1 * Update to 1.33.1arved2004-03-033-16/+25 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-3/+3 * Use new INFO macrosarved2003-08-052-3/+1 * Update my emailaddress.arved2003-07-071-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Upgrade to Version 1.29.okazaki2002-11-072-3/+4 * upgrade to 1.26ijliao2002-03-13