From 4776c8413adbd88304e954412d97953aed52c4e7 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Mon, 17 Aug 1998 18:28:24 +0000 Subject: Fixes for 0.28 - Federico svn path=/trunk/; revision=321 --- calendar/goto.c | 3 ++- calendar/gui/goto.c | 3 ++- 2 files changed, 4 insertions(+), 2 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))); } diff --git a/calendar/gui/goto.c b/calendar/gui/goto.c index 50d6eaca5b..a21e162e00 100644 --- a/calendar/gui/goto.c +++ b/calendar/gui/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))); } -- cgit /td> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ocaml-autoconf
Commit message (Expand)AuthorAgeFilesLines
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
* - remove MD5ohauer2011-07-03mn1'>| | | | | 2004-04-01 JP Rosevear <jpr@ximian.com> * tasks/galview.xml: add/remove views * tasks/With_Status.galview: add a status view * tasks/With_DueDate.galview: add a due date view * tasks/Makefile.am (tasksviewsdir): dist/install new views and don't to an obsolete one * calendar/galview.xml: list the new list view * calendar/List_View.galview: default view for Lists * calendar/Makefile.am (calendarviewsdir): dist and install the list view svn path=/trunk/; revision=25285
* Match new column values, change default columns shown.Hans Petter Jansson2003-12-053-13/+14
| | | | | | | | | | | 2003-12-05 Hans Petter Jansson <hpj@ximian.com> * addressbook/By_Company.galview: Match new column values, change default columns shown. * addressbook/Phone_List.galview: Ditto. svn path=/trunk/; revision=23645
* match new column valuesJP Rosevear2003-11-193-6/+12
| | | | | | | | | | 2003-11-18 JP Rosevear <jpr@ximian.com> * tasks/With_Category.galview: match new column values * tasks/Tasks.galview: ditto svn path=/trunk/; revision=23429
* add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" forTim Wo2003-09-122-6/+12
| | | | | | | | | | | | | | | | | 2003-09-11 Tim Wo <tim.wo@sun.com> * ui/evolution-contact-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-contact-list-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-signature-editor.xml: add mnemonic "C" for "Save and _Close", change mnemonic "C" to "l" for "Close". Fixes bug #48205 * views/mail/galview.xml: add mnemonic "M" for "Message", add "S" for "As Sent Folder", add "b" for "By Subject", add "n" for "By Sender", add "t" for "By Status", add "F" for "By Follow Up Flag". Fixes bug #48097 svn path=/trunk/; revision=22550
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-0/+2
| | | | svn path=/trunk/; revision=21426
* Roll over ChangeLogs.Ettore Perazzoli2003-06-102-109/+109
| | | | svn path=/trunk/; revision=21387
* use viewsdirDan Winship2003-02-075-12/+16
| | | | | | * */Makefile.am: use viewsdir svn path=/trunk/; revision=19807
* Likewise.Ettore Perazzoli2003-01-235-4/+13
| | | | | | | | | | | * tasks/Makefile.am (defaulttasksdir): Likewise. * calendar/Makefile.am (defaultcalendardir): Likewise. * addressbook/Makefile.am (defaultaddressbookdir): Version using $(BASE_VERSION). svn path=/trunk/; revision=19566
* Add accelerators. [#10069]Ettore Perazzoli2002-07-112-2/+6
| | | | svn path=/trunk/; revision=17408
* Add accelerators. [#10067]Ettore Perazzoli2002-07-112-4/+8
| | | | svn path=/trunk/; revision=17407
* Add accelerators. [#10068]Ettore Perazzoli2002-07-11