aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/goto.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-01-11 07:41:27 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-11 07:41:27 +0800
commit97e48e352419d360934a46a05c944d604fd968e9 (patch)
tree6b1c49723c0858902baf7acd24e0e3d25bfb6749 /calendar/gui/goto.c
parentdab08c513e7bf5f7c0f52c42ff245f940601b866 (diff)
downloadgsoc2013-evolution-97e48e352419d360934a46a05c944d604fd968e9.tar
gsoc2013-evolution-97e48e352419d360934a46a05c944d604fd968e9.tar.gz
gsoc2013-evolution-97e48e352419d360934a46a05c944d604fd968e9.tar.bz2
gsoc2013-evolution-97e48e352419d360934a46a05c944d604fd968e9.tar.lz
gsoc2013-evolution-97e48e352419d360934a46a05c944d604fd968e9.tar.xz
gsoc2013-evolution-97e48e352419d360934a46a05c944d604fd968e9.tar.zst
gsoc2013-evolution-97e48e352419d360934a46a05c944d604fd968e9.zip
** Fixes bug #567276
2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567276 * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/printing/test-print.c: * calendar/gui/calendar-commands.c: * calendar/gui/control-factory.c: * calendar/gui/e-itip-control.c: * calendar/gui/gnome-cal.c: * calendar/gui/goto.c: * calendar/gui/memos-control.c: * calendar/gui/print.c: * calendar/gui/tasks-control.c: * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/schedule-page.c: * widgets/menus/gal-view-menus.c: Remove unneeded #include <libgnomeui/gnome-dialog-util.h>. * calendar/gui/calendar-config.c: * calendar/gui/calendar-config.h: Removed unused function calendar_config_check_timezone_set(). * widgets/misc/test-color.c: We don't ship this. Remove it. svn path=/trunk/; revision=37030
Diffstat (limited to 'calendar/gui/goto.c')
-rw-r--r--calendar/gui/goto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/goto.c b/calendar/gui/goto.c
index 99d8b938e5..200cc0134b 100644
--- a/calendar/gui/goto.c
+++ b/calendar/gui/goto.c
@@ -26,7 +26,6 @@
#include <config.h>
#include <gtk/gtk.h>
-#include <libgnomeui/gnome-dialog.h>
#include <glade/glade.h>
#include "e-util/e-util-private.h"
#include "calendar-commands.h"
@@ -110,7 +109,6 @@ ecal_event (ECalendarItem *calitem, gpointer user_data)
gnome_calendar_goto (dlg->gcal, et);
gtk_dialog_response (GTK_DIALOG (dlg->dialog), GTK_RESPONSE_NONE);
- /* gnome_dialog_close (GNOME_DIALOG (dlg->dialog)); */
}
/* Returns the current time, for the ECalendarItem. */