diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1999-02-01 02:30:56 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-02-01 02:30:56 +0800 |
commit | 54441921320b97f80231beabcbc337382ecca6bf (patch) | |
tree | bba57c837a08bf5eaf0882ff793d54173fa4b326 /calendar/gncal-full-day.c | |
parent | 2d126d6634af26d7a4db216fe8c9922932b8f1f2 (diff) | |
download | gsoc2013-evolution-54441921320b97f80231beabcbc337382ecca6bf.tar gsoc2013-evolution-54441921320b97f80231beabcbc337382ecca6bf.tar.gz gsoc2013-evolution-54441921320b97f80231beabcbc337382ecca6bf.tar.bz2 gsoc2013-evolution-54441921320b97f80231beabcbc337382ecca6bf.tar.lz gsoc2013-evolution-54441921320b97f80231beabcbc337382ecca6bf.tar.xz gsoc2013-evolution-54441921320b97f80231beabcbc337382ecca6bf.tar.zst gsoc2013-evolution-54441921320b97f80231beabcbc337382ecca6bf.zip |
Improve this draw routine. Now it can split the text in lines and fit as
1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* view-utils.c (view_utils_draw_events): Improve this draw
routine. Now it can split the text in lines and fit as many
events as possible.
(nicetime): Return strings without spaces at the beginning.
* gncal-day-view.c (gncal_day_view_expose): Move clip-clear
operation here.
svn path=/trunk/; revision=637
Diffstat (limited to 'calendar/gncal-full-day.c')
-rw-r--r-- | calendar/gncal-full-day.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gncal-full-day.c b/calendar/gncal-full-day.c index fd1b06877b..c33cb2ed31 100644 --- a/calendar/gncal-full-day.c +++ b/calendar/gncal-full-day.c @@ -750,7 +750,6 @@ child_new (GncalFullDay *fullday, time_t start, time_t end, iCalObject *ico) static void squick (GtkWidget *widget, gpointer data) { - printf ("destroyed!\n"); } static void |