aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-05-12 03:01:17 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-05-12 03:01:17 +0800
commit76715cfdda03f42433e3afaa6550f16c24b44815 (patch)
tree0d4888ca369b53730646d35314c3d5e1aa757a4b
parente17b3c90f4a2fc285d83a8badd780b258629b853 (diff)
downloadgsoc2013-evolution-76715cfdda03f42433e3afaa6550f16c24b44815.tar
gsoc2013-evolution-76715cfdda03f42433e3afaa6550f16c24b44815.tar.gz
gsoc2013-evolution-76715cfdda03f42433e3afaa6550f16c24b44815.tar.bz2
gsoc2013-evolution-76715cfdda03f42433e3afaa6550f16c24b44815.tar.lz
gsoc2013-evolution-76715cfdda03f42433e3afaa6550f16c24b44815.tar.xz
gsoc2013-evolution-76715cfdda03f42433e3afaa6550f16c24b44815.tar.zst
gsoc2013-evolution-76715cfdda03f42433e3afaa6550f16c24b44815.zip
Left-justify the message.
2000-05-11 Federico Mena Quintero <federico@helixcode.com> * folder-browser-factory.c (development_warning): Left-justify the message. svn path=/trunk/; revision=2990
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/folder-browser-factory.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c80ac77be4..30a4674287 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-11 Federico Mena Quintero <federico@helixcode.com>
+
+ * folder-browser-factory.c (development_warning): Left-justify the
+ message.
+
2000-05-10 Christopher James Lahey <clahey@helixcode.com>
* folder-browser-factory.c (development_warning): Made this dialog
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index 200fe9af39..467741370f 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -103,6 +103,7 @@ development_warning ()
"We hope that you enjoy the results of our hard work, and we eagerly\n"
"await your contributions!\n"
));
+ gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (warning_dialog)->vbox),