aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-03 15:33:34 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-03 15:33:34 +0800
commit45a75ede7ff27645c23cd0b009bf023bea2b6d2f (patch)
treead115a999db4f5a0ecb8073858ce7343ab66a3ca /calendar/gui/main.c
parent197ca7ac5bd990427d8c5e7683b6408ffc23f261 (diff)
downloadgsoc2013-evolution-45a75ede7ff27645c23cd0b009bf023bea2b6d2f.tar
gsoc2013-evolution-45a75ede7ff27645c23cd0b009bf023bea2b6d2f.tar.gz
gsoc2013-evolution-45a75ede7ff27645c23cd0b009bf023bea2b6d2f.tar.bz2
gsoc2013-evolution-45a75ede7ff27645c23cd0b009bf023bea2b6d2f.tar.lz
gsoc2013-evolution-45a75ede7ff27645c23cd0b009bf023bea2b6d2f.tar.xz
gsoc2013-evolution-45a75ede7ff27645c23cd0b009bf023bea2b6d2f.tar.zst
gsoc2013-evolution-45a75ede7ff27645c23cd0b009bf023bea2b6d2f.zip
add test.vcf, more code progress -mig
svn path=/trunk/; revision=100
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r--calendar/gui/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index 0c41fb77a5..54fdbaaa2b 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -123,7 +123,7 @@ void
display_objedit (GtkWidget *widget, GnomeCalendar *gcal)
{
if (!gcal->event_editor){
- gcal->event_editor = event_editor_new ();
+ gcal->event_editor = event_editor_new (NULL);
gtk_widget_show (gcal->event_editor);
}
}
@@ -178,7 +178,7 @@ GnomeUIInfo gnome_cal_about_menu [] = {
};
GnomeUIInfo gnome_cal_edit_menu [] = {
- { GNOME_APP_UI_ITEM, N_("Appointment"), NULL, display_objedit },
+ { GNOME_APP_UI_ITEM, N_("New appointment"), NULL, display_objedit },
GNOMEUIINFO_END
};