aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/goto.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-08-18 02:28:24 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-08-18 02:28:24 +0800
commit4776c8413adbd88304e954412d97953aed52c4e7 (patch)
treeaada450fba662ad2f93089ed53b20dbace50301c /calendar/goto.c
parentc01b9850eb32da089b80886537995f039005d0a8 (diff)
downloadgsoc2013-evolution-4776c8413adbd88304e954412d97953aed52c4e7.tar.gz
gsoc2013-evolution-4776c8413adbd88304e954412d97953aed52c4e7.tar.zst
gsoc2013-evolution-4776c8413adbd88304e954412d97953aed52c4e7.zip
Fixes for 0.28 - Federico
svn path=/trunk/; revision=321
Diffstat (limited to 'calendar/goto.c')
-rw-r--r--calendar/goto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/goto.c b/calendar/goto.c
index 50d6eaca5b..a21e162e00 100644
--- a/calendar/goto.c
+++ b/calendar/goto.c
@@ -225,5 +225,6 @@ goto_dialog (GnomeCalendar *gcal)
/* Run! */
gnome_dialog_set_modal (GNOME_DIALOG (dialog));
- gnome_dialog_run_and_destroy (GNOME_DIALOG (dialog));
+
+ printf ("el dialogo regreso %d\n", gnome_dialog_run_and_destroy (GNOME_DIALOG (dialog)));
}
7.2 \o/.flz2007-05-201-1/+1 * fix for amd64 (compiled, but segfaulted)oliver2006-12-313-18/+48 * - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1 * SHA256ifyedwin2006-01-221-0/+2 * update to 1.2oliver2005-10-063-4/+18 * Add size data, approved by maintainers.trevor2004-03-191-0/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * use %%DOCSDIR%%oliver2003-07-311-8/+8 * utilize USE_SDLoliver2003-07-311-3/+1 * split MASTER_SITES in "where to find the wad file" and "where to findoliver2003-07-221-4/+4 * redefine the MAINTAINER field with my FreeBSD addressoliver2003-05-071-1/+1 * Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Move patch-al to its proper place. (oops!)silby2002-10-221-0/+0 * Stop abusing IPPORT_USERRESERVED. This fixes builds on 5.0.silby2002-10-211-0/+11 * o Depend on sdl12 port instead of sdl10 onelioux2002-08-302-5/+7 * When WITH_SDL is defined use devel/sdl12 instead of devel/sdl10.sobomax2002-04-183-0/+31 * * Assign maintainership to Oliver Lehmann <lehmann@ans-netz.de>.jim2002-01-145-12/+57 * - PORTDOCS policepat2001-12-24