aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-popup-control.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-13 10:39:18 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-13 10:39:18 +0800
commit30a33e8aab94f5cde1a79faf700c0c2313410a18 (patch)
tree6c94acb0bcba53cdac875d31ac152aa1d97b5816 /addressbook/gui/widgets/eab-popup-control.h
parent6bb123fef9b59492e4635825d3761fcd529b6344 (diff)
downloadgsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.tar
gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.tar.gz
gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.tar.bz2
gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.tar.lz
gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.tar.xz
gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.tar.zst
gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.zip
[ should fix #56537 ]
2004-04-12 Chris Toshok <toshok@ximian.com> [ should fix #56537 ] * gui/widgets/eab-popup-control.c (EMPTY_ENTRY): use _(), not N_() here. (email_menu_add_options_from_contact): and g_strdup it here, so that the g_list_foreach (... g_free ..) doesn't cause things to blow up. (email_menu_unset_options): nuke ifdefed function. * gui/widgets/eab-popup-control.h: don't include gtk.h, include just what we need. svn path=/trunk/; revision=25422
Diffstat (limited to 'addressbook/gui/widgets/eab-popup-control.h')
-rw-r--r--addressbook/gui/widgets/eab-popup-control.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-popup-control.h b/addressbook/gui/widgets/eab-popup-control.h
index 2feb3ac7d0..491f63f68e 100644
--- a/addressbook/gui/widgets/eab-popup-control.h
+++ b/addressbook/gui/widgets/eab-popup-control.h
@@ -29,10 +29,11 @@
#define __EAB_POPUP_CONTROL_H__
#include <bonobo/bonobo-event-source.h>
-#include <gtk/gtk.h>
#include <libebook/e-book-async.h>
#include <libebook/e-contact.h>
+#include <gtk/gtkeventbox.h>
+
G_BEGIN_DECLS
#define EAB_TYPE_POPUP_CONTROL (eab_popup_control_get_type ())