[evolution-patches] e-error border width fix
- From: William Jon McCann <mccannwj pha jhu edu>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] e-error border width fix
- Date: Thu, 03 Jun 2004 16:38:01 -0400
Hi,
Here is a minor patch to add the HIG border width to the error dialogs.
OK to commit?
Jon
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.312
diff -p -u -r1.312 ChangeLog
--- ChangeLog 1 Jun 2004 17:14:48 -0000 1.312
+++ ChangeLog 3 Jun 2004 20:37:19 -0000
@@ -1,3 +1,7 @@
+2004-06-03 William Jon McCann <mccann jhu edu>
+
+ * e-error.c (e_error_newv): Add HIG border width for dialog window.
+
2004-06-01 Christian Neumair <chris gnome-de org>
* Makefile.am (test_error_LDADD): Link test-error against libeutil.
Index: e-error.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-error.c,v
retrieving revision 1.11
diff -p -u -r1.11 e-error.c
--- e-error.c 31 May 2004 08:54:39 -0000 1.11
+++ e-error.c 3 Jun 2004 20:37:19 -0000
@@ -395,6 +395,8 @@ e_error_newv(GtkWindow *parent, const ch
dialog = (GtkDialog *)gtk_dialog_new();
gtk_dialog_set_has_separator(dialog, FALSE);
+ gtk_container_set_border_width((GtkContainer *)dialog, 6);
+
if (parent == NULL && ee_parent_list)
parent = (GtkWindow *)ee_parent_list->data;
if (parent)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]