aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-07-01 08:41:13 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-07-01 08:41:13 +0800
commitfe0499e1d95e45291b655f1d068430014b5971db (patch)
tree7eb421b701f33b5a82bfd07a286240fa58789766 /mail/folder-browser.c
parent0d23a1ac2a2dfcc05e6540becf471c42aaa68313 (diff)
downloadgsoc2013-evolution-fe0499e1d95e45291b655f1d068430014b5971db.tar.gz
gsoc2013-evolution-fe0499e1d95e45291b655f1d068430014b5971db.tar.zst
gsoc2013-evolution-fe0499e1d95e45291b655f1d068430014b5971db.zip
Changed to return the created window. (find_socket): Added. Copied from
2001-06-30 Jon Trowbridge <trow@ximian.com> * mail-display.c (make_popup_window): Changed to return the created window. (find_socket): Added. Copied from e-shell-view.c. The fact that I'm copying this bit of code all over isn't cool. (html_button_press_event): Properly destroy the popup window when the widget inside the control is destroyed. * mail-callbacks.c (addrbook_sender): Added. Implements the "Add sender to addressbook" right-click. (Bug #3645) (find_socket): Added. Copied from e-shell-view.c. * folder-browser.c: Added "Add sender to addressbook" to context_menu[]. * mail-display.c: (handle_embedded_address_object): Removed. (on_object_requested): Removed handling for embedded address objects. (Which was obsolete crap.) svn path=/trunk/; revision=10643
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r--mail/folder-browser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index 1b3de3c3e3..3c5d44cc25 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -1219,10 +1219,10 @@ static EPopupMenu context_menu[] = {
SEPARATOR,
- /*{ _("Add Sender to Address Book"), NULL,
+ { N_("Add Sender to Address Book"), NULL,
GTK_SIGNAL_FUNC (addrbook_sender), NULL, 0 },
{ "", NULL,
- GTK_SIGNAL_FUNC (NULL), NULL, 0 },*/
+ GTK_SIGNAL_FUNC (NULL), NULL, 0 },
{ N_("Apply Filters"), NULL,
GTK_SIGNAL_FUNC (apply_filters), NULL, 0 },
Update to 10.1.2johans2010-04-082-4/+4 * - Update to 10.1.1johans2010-03-193-97/+26 * Reset cjh due to inactivity. We hope to see him back again soon.linimon2010-01-032-3/+1 * - Update to 9.0.2miwi2009-09-202-20/+16 * - Mark BROKEN outside i386 (needs -fPIC)pav2008-12-201-0/+4 * Update to 9.0.1.cjh2008-11-285-109/+160 * - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-302-7/+3 * SHA256ifyedwin2006-01-241-0/+1 * Remove dead mastersite per distfile survey.linimon2005-11-251-2/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Fix build on amd64 (compile shared library objects with -fPIC)kris2004-03-151-0/+52 * Clear moonlight beckons.ade2003-03-072-1/+1