aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/eventedit.c
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1998-04-22 08:16:43 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-22 08:16:43 +0800
commit45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8 (patch)
treee24787b60f3fd2cb7a66a71d2d4f6a11d36232bb /calendar/eventedit.c
parentb707ff2b15af01713ebac9a572b798485bb4b288 (diff)
downloadgsoc2013-evolution-45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8.tar
gsoc2013-evolution-45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8.tar.gz
gsoc2013-evolution-45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8.tar.bz2
gsoc2013-evolution-45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8.tar.lz
gsoc2013-evolution-45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8.tar.xz
gsoc2013-evolution-45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8.tar.zst
gsoc2013-evolution-45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8.zip
Lots of changes:
Lots of changes: 1998-04-21 Miguel de Icaza <miguel@nuclecu.unam.mx> 1. gEdit got Gnomified: gnome-stock, gnome-app, i18n tretment + integration into gnome-utils compilation. Original configure.in is still there for Alex/Evans to redistribute as Gtk App (I tried to ifdef gnome code). 2. gHex: warning fixes + crash fixes + i18n fixes. 3. GnCal: week view shows date range (needs some fixing); changed the day view order; other stuff I dont remember 4. GTop: more i18n treatmnet. 5. Updated Spanish translation. svn path=/trunk/; revision=178
Diffstat (limited to 'calendar/eventedit.c')
-rw-r--r--calendar/eventedit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/eventedit.c b/calendar/eventedit.c
index 12d548d3b5..0158d29673 100644
--- a/calendar/eventedit.c
+++ b/calendar/eventedit.c
@@ -229,7 +229,6 @@ event_editor_setup_time_frame (EventEditor *ee)
ee->ical->dtend = time_add_minutes (ee->ical->dtstart, 30);
}
ee->start_time = start_time = gnome_date_edit_new (ee->ical->dtstart, TRUE);
- print_time_t (ee->ical->dtstart);
gnome_date_edit_set_popup_range ((GnomeDateEdit *) start_time, day_begin, day_end);
gtk_signal_connect (GTK_OBJECT (start_time), "date_changed",
GTK_SIGNAL_FUNC (check_dates), ee);