[evolution-patches] Fix for #56885



fixes #56885. http://bugzilla.ximian.com/show_bug.cgi?id=56885

thanks,

 - h.p.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2322
diff -u -r1.2322 ChangeLog
--- ChangeLog	14 May 2004 12:09:12 -0000	1.2322
+++ ChangeLog	17 May 2004 10:51:46 -0000
@@ -1,3 +1,7 @@
+2004-05-17  H P Nadig  <hpnadig pacific net in>
+
+	* gui/dialogs/select-source-dialog.c (select_source_dialog): Changed the window size of source dialog and a minor naming issue. 
+
 2004-05-14  Rodrigo Moya <rodrigo ximian com>
 
 	* gui/e-day-view.c (process_component):
Index: gui/dialogs/select-source-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/select-source-dialog.c,v
retrieving revision 1.4
diff -u -r1.4 select-source-dialog.c
--- gui/dialogs/select-source-dialog.c	3 May 2004 22:02:16 -0000	1.4
+++ gui/dialogs/select-source-dialog.c	17 May 2004 10:51:57 -0000
@@ -62,10 +62,10 @@
 
 	/* create the dialog */
 	dialog = gtk_dialog_new ();
-	gtk_window_set_title (GTK_WINDOW (dialog), _("Select source"));
+	gtk_window_set_title (GTK_WINDOW (dialog), _("Select destination"));
 	gtk_window_set_transient_for (GTK_WINDOW (dialog),
 				      GTK_WINDOW (parent));
-	gtk_window_set_default_size (GTK_WINDOW (dialog), 276, 320);
+	gtk_window_set_default_size (GTK_WINDOW (dialog), 300, 520);
 
 	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
 	gtk_widget_realize (dialog);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]