[evolution-patches] patch for 41225 and 41227
- From: Anna Marie Dirks <anna ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] patch for 41225 and 41227
- Date: 18 Apr 2003 13:46:00 -0400
This patch fixes bugs 41225 and 41227 by adding appropriate
spacing/padding/title to the "Active Connections" dialog.
-Anna
--
Anna Marie Dirks <anna ximian com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1243
diff -u -u -r1.1243 ChangeLog
--- ChangeLog 17 Apr 2003 20:55:21 -0000 1.1243
+++ ChangeLog 18 Apr 2003 15:59:22 -0000
@@ -1,3 +1,36 @@
+2003-04-18 Anna Marie Dirks <anna ximian com>
+
+ * glade/e-shell-config-default-folders.glade: Added appropriate
+ spacing/padding to the default folder pages of the settings dialog.
+ Partial fix for 41008.
+
+ * glade/e-active-connection-dialog.glade: Fixed padding/spacing/caps
+ of the "Go Offline" dialog. Fixes 41225 and 41227.
+
+ * e-shell-folder-selection-dialog.c (e_shell_folder_selection_dialog_construct): Added appropriate border width to the folder selection dialog. Fixes
+ 41022, partially fixes 41025.
+
+ * e-shell-folder-creation-dialog.c (add_storage_set_view): Added
+ appropriate spacing to the main vbox of the folder creation dialog.
+ Partially fixes 41008.
+
+
+ * e-shell-folder-commands.c (delete_dialog): Corrected border
+ with for Delete Folder dialog. Fixes 41036.
+ (e_shell_command_copy_folder): Corrected capitalization of the "Copy
+ Folder" window title. Partial fix for 41205.
+ (e_shell_command_move_folder): Corrected the capitalization of the
+ "Move Folder" dialog. Fixes 41024.
+
+ * e-shortcuts-view.c
+ (destroy_group_cb): Set the border width of the message dialog
+ to 6. Also corrected the capitalization for "Delete Shortcut
+ Dialog".
+ (show_new_group_dialog): Fixed the title of "Create New Shortcut
+ Group"
+ (rename_shortcut_cb): Corrected the label capitalization for
+ Rename dialog.
+
2003-04-17 Dan Winship <danw ximian com>
* e-shell-folder-creation-dialog.c (add_folder_types): If the
Index: glade/e-active-connection-dialog.glade
===================================================================
RCS file: /cvs/gnome/evolution/shell/glade/e-active-connection-dialog.glade,v
retrieving revision 1.7
diff -u -u -r1.7 e-active-connection-dialog.glade
--- glade/e-active-connection-dialog.glade 14 Apr 2003 22:48:25 -0000 1.7
+++ glade/e-active-connection-dialog.glade 18 Apr 2003 15:59:22 -0000
@@ -4,8 +4,9 @@
<glade-interface>
<widget class="GtkDialog" id="active_connection_dialog">
+ <property name="border_width">6</property>
<property name="visible">True</property>
- <property name="title" translatable="yes">Active connections</property>
+ <property name="title" translatable="yes">Active Connections</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@@ -17,7 +18,7 @@
<widget class="GtkVBox" id="dialog-vbox2">
<property name="visible">True</property>
<property name="homogeneous">False</property>
- <property name="spacing">0</property>
+ <property name="spacing">6</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area2">
@@ -60,7 +61,7 @@
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="homogeneous">False</property>
- <property name="spacing">0</property>
+ <property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="label1">
@@ -68,10 +69,10 @@
<property name="label" translatable="yes">The following connections are currently active:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
- <property name="justify">GTK_JUSTIFY_CENTER</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
- <property name="xalign">0.5</property>
+ <property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]