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
gsoc2013-evolution-fe0499e1d95e45291b655f1d068430014b5971db.tar.gz
gsoc2013-evolution-fe0499e1d95e45291b655f1d068430014b5971db.tar.bz2
gsoc2013-evolution-fe0499e1d95e45291b655f1d068430014b5971db.tar.lz
gsoc2013-evolution-fe0499e1d95e45291b655f1d068430014b5971db.tar.xz
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 },