+2004-12-10 Vivek Jain <jvivek@novell.com>
* gui/dialogs/calendar-setup.c : Changed the window title based upon the source. svn path=/trunk/; revision=28112
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-13 Vivek Jain <jvivek@novell.com>
|
||||||
|
|
||||||
|
* gui/dialogs/calendar-setup.c : Changed the window title based upon
|
||||||
|
the source.
|
||||||
|
|
||||||
2003-12-09 Rodrigo Moya <rodrigo@novell.com>
|
2003-12-09 Rodrigo Moya <rodrigo@novell.com>
|
||||||
|
|
||||||
* gui/e-calendar-view.c (on_unrecur_appointment): keep a local copy
|
* gui/e-calendar-view.c (on_unrecur_appointment): keep a local copy
|
||||||
|
@ -371,7 +371,6 @@ calendar_setup_edit_calendar (struct _GtkWindow *parent, ESource *source, ESourc
|
|||||||
} else {
|
} else {
|
||||||
GConfClient *gconf;
|
GConfClient *gconf;
|
||||||
GSList *l;
|
GSList *l;
|
||||||
|
|
||||||
sdialog->source = e_source_new ("", "");
|
sdialog->source = e_source_new ("", "");
|
||||||
gconf = gconf_client_get_default ();
|
gconf = gconf_client_get_default ();
|
||||||
sdialog->source_list = e_source_list_new_for_gconf (gconf, "/apps/evolution/calendar/sources");
|
sdialog->source_list = e_source_list_new_for_gconf (gconf, "/apps/evolution/calendar/sources");
|
||||||
@ -397,7 +396,10 @@ calendar_setup_edit_calendar (struct _GtkWindow *parent, ESource *source, ESourc
|
|||||||
target = e_cal_config_target_new_source (ec, sdialog->source);
|
target = e_cal_config_target_new_source (ec, sdialog->source);
|
||||||
e_config_set_target ((EConfig *) ec, (EConfigTarget *) target);
|
e_config_set_target ((EConfig *) ec, (EConfigTarget *) target);
|
||||||
|
|
||||||
sdialog->window = e_config_create_window ((EConfig *)ec, NULL, _("Calendar Properties"));
|
if (source)
|
||||||
|
sdialog->window = e_config_create_window ((EConfig *)ec, NULL, _("Calendar Properties"));
|
||||||
|
else
|
||||||
|
sdialog->window = e_config_create_window ((EConfig *)ec, NULL, _("New Calendar"));
|
||||||
|
|
||||||
/* forces initial validation */
|
/* forces initial validation */
|
||||||
if (!sdialog->original_source)
|
if (!sdialog->original_source)
|
||||||
|
Reference in New Issue
Block a user