From 45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 22 Apr 1998 00:16:43 +0000 Subject: Lots of changes: Lots of changes: 1998-04-21 Miguel de Icaza 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 --- calendar/gui/gncal-week-view.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'calendar/gui/gncal-week-view.h') diff --git a/calendar/gui/gncal-week-view.h b/calendar/gui/gncal-week-view.h index 16dfa40eb0..1514890504 100644 --- a/calendar/gui/gncal-week-view.h +++ b/calendar/gui/gncal-week-view.h @@ -27,7 +27,7 @@ typedef struct _GncalWeekView GncalWeekView; typedef struct _GncalWeekViewClass GncalWeekViewClass; struct _GncalWeekView { - GtkTable table; + GtkVBox box; GnomeCalendar *calendar; /* the calendar we are associated to */ @@ -35,10 +35,11 @@ struct _GncalWeekView { GncalDayView *days[7]; /* the day view widgets */ GtkCalendar *gtk_calendar; /* At least for now; see the FIXME comments in the .c file */ + GtkWidget *label; }; struct _GncalWeekViewClass { - GtkTableClass parent_class; + GtkVBoxClass parent_class; }; -- cgit v1.2.3