aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-timezone-entry.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-11-07 05:51:45 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-11-07 05:51:45 +0800
commit4c76e8e668ecf27747aee459114c14fb2f96f0b8 (patch)
tree111f27980df31c6fadcff67680238ca9403eb071 /calendar/gui/e-timezone-entry.h
parent5c35a41fe2fa8a6aeaf1a178b102774c92391ed5 (diff)
downloadgsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar
gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.gz
gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.bz2
gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.lz
gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.xz
gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.tar.zst
gsoc2013-evolution-4c76e8e668ecf27747aee459114c14fb2f96f0b8.zip
don't return a Bonobo_EventSource_ListenerId, since it does not exist
2002-11-06 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/comp-editor-util.[ch] (comp_editor_connect_contacts_changed): don't return a Bonobo_EventSource_ListenerId, since it does not exist anymore, and was not even being used. * gui/e-timezone-entry.h: use GLib macros. * gui/dialogs/*.glade: * gui/alarm-notify/*.glade: * gui/*.glade: converted to Glade2 format. svn path=/trunk/; revision=18616
Diffstat (limited to 'calendar/gui/e-timezone-entry.h')
-rw-r--r--calendar/gui/e-timezone-entry.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/gui/e-timezone-entry.h b/calendar/gui/e-timezone-entry.h
index 4a057f681f..36ac0fc3ab 100644
--- a/calendar/gui/e-timezone-entry.h
+++ b/calendar/gui/e-timezone-entry.h
@@ -33,10 +33,9 @@
#define __E_TIMEZONE_ENTRY_H_
#include <gtk/gtkhbox.h>
-#include <libgnome/gnome-defs.h>
#include <cal-client/cal-client.h>
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
#define E_TYPE_TIMEZONE_ENTRY (e_timezone_entry_get_type ())
@@ -76,6 +75,6 @@ void e_timezone_entry_set_timezone (ETimezoneEntry *tentry,
void e_timezone_entry_set_default_timezone(ETimezoneEntry *tentry,
icaltimezone *zone);
-END_GNOME_DECLS
+G_END_DECLS
#endif /* __E_TIMEZONE_ENTRY_H_ */