diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-30 17:49:55 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-30 17:49:55 +0800 |
commit | 066f2c2659f0705f677ea116269b160bff93bff1 (patch) | |
tree | 1b70078bfbd11bf27557caf2caca65fab7c2672e /calendar/gui/dialogs | |
parent | 98746d11dad2b977f497049cdb21021790cdb53f (diff) | |
download | gsoc2013-evolution-066f2c2659f0705f677ea116269b160bff93bff1.tar.gz gsoc2013-evolution-066f2c2659f0705f677ea116269b160bff93bff1.tar.zst gsoc2013-evolution-066f2c2659f0705f677ea116269b160bff93bff1.zip |
removed the unnecessary printf
svn path=/trunk/; revision=31357
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.c b/calendar/gui/dialogs/cal-prefs-dialog.c index b39b8e54fd..a797077849 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.c +++ b/calendar/gui/dialogs/cal-prefs-dialog.c @@ -334,7 +334,6 @@ alarms_selection_changed (ESourceSelector *selector, CalendarPrefsDialog *prefs) /* FIXME show an error if this fails? */ e_source_list_sync (source_list, NULL); - printf("changed\n"); } static void |