aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2001-09-26 04:25:52 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-09-26 04:25:52 +0800
commit7b570acd6bec5c4619e79686c659c30918ea7ea6 (patch)
tree9bd422bded2231230c6177f99111c70b65053d9d /calendar
parent8b7c7e807f58b351e76a6a0733758875363ad37b (diff)
downloadgsoc2013-evolution-7b570acd6bec5c4619e79686c659c30918ea7ea6.tar.gz
gsoc2013-evolution-7b570acd6bec5c4619e79686c659c30918ea7ea6.tar.zst
gsoc2013-evolution-7b570acd6bec5c4619e79686c659c30918ea7ea6.zip
Rebuge demugging printf() - Federico
svn path=/trunk/; revision=13118
Diffstat (limited to 'calendar')
-rw-r--r--calendar/gui/alarm-notify/alarm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/alarm.c b/calendar/gui/alarm-notify/alarm.c
index 8ee5146230..0fa24f66ce 100644
--- a/calendar/gui/alarm-notify/alarm.c
+++ b/calendar/gui/alarm-notify/alarm.c
@@ -211,8 +211,6 @@ alarm_add (time_t trigger, AlarmFunction alarm_fn, gpointer data,
queue_alarm (ar);
- g_print ("alarm_add(): Adding alarm %p for %s\n", ar, ctime (&trigger));
-
return ar;
}
mporter.c?h=EVOLUTION_2_27_5&id=0fb08f3ff81575a4749d851404233f34252dd2f2'>Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-3/+1 * Use gtk_label_new_with_mnemonic() to replace gtk_label_new(). UseYuedong Du2003-09-101-8/+10 * Fix a warningDan Winship2003-07-231-2/+1 * use g_signal_connect_after to connect "prepare" signal.Antonio Xu2003-07-221-5/+19 * [#41013]Not Zed2003-04-291-45/+11 * Commit the right version.Larry Ewing2003-04-091-2/+2 * remove call to gtk_html_set_default_background_color, replace with callsLarry Ewing2003-04-091-2/+2 * added "foldertype" argument to GNOME::Evolution::Importer.Rodrigo Moya2003-04-031-3/+4 * *** empty log message ***Michael Zucci2003-03-201-8/+7 * (get_name_from_component_info): Look for theEttore Perazzoli2003-03-201-2/+1 * (IN): Use G_GNUC_FUNCTION instead ofEttore Perazzoli2003-03-071-2/+2 * re-enable. (prepare_importer_page): re-enable importer code.Not Zed2003-02-051-23/+2 * Set GTK_RESPONSE_OK as the default response.Ettore Perazzoli2003-01-281-0/+2 * Make dialog New/Cancel/OK to match HIG.Ettore Perazzoli2003-01-151-2/+3 * [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-0/+3 * Don't #include "e-util/e-html-utils.h" as we don't use it.Jeffrey Stedfast2002-12-171-1/+0 * changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-2/+2 * gnome message box -> gtk message dialog. (prepare_intelligent_page): FixNot Zed2002-11-201-5/+6 * from clicked_cb. (start_import): gtkdialogise.Not Zed2002-11-181-61/+62 * Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-151-18/+21 * Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-061-1/+1 * Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-041-4/+2 * Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-47/+46 * Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-7/+2 * Change the selection mode to GTK_SELECTION_BROWSE so there is always aEttore Perazzoli2002-10-081-13/+3 * set history_id on GnomeFileEntry, to actually get the history.Rodrigo Moya2002-09-261-1/+1 * (show_import_wizard): Make the WM closeEttore Perazzoli2002-09-031-2/+1 * removed check for local folders, so that we can import into non-localRodrigo Moya2002-07-191-10/+0 * Only let the dialog be opened onceIain Holmes2002-06-271-0/+15 * Changes for an importer bug and to get the storagesetselector in the summaryIain Holmes2002-06-261-27/+100 * Remove #include <config.h> Same Same gtk_widget_show() all items in theKjartan Maraas2002-06-201-1/+1 * No more @default_type arg to e_shell_folder_selection_dialog_new().Ettore Perazzoli2002-05-231-1/+1