diff options
author | William Jon McCann <mccann@jhu.edu> | 2004-03-10 05:10:42 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-03-10 05:10:42 +0800 |
commit | 7b75fa6e7df3724b7649bf6d0c42c0aaed9e5029 (patch) | |
tree | 10be6b8cdc9e66763b3de78895256d530b80df92 /e-util/e-request.c | |
parent | 01423acde3b03a0c5f7cd735a82c6034ab9eed45 (diff) | |
download | gsoc2013-evolution-7b75fa6e7df3724b7649bf6d0c42c0aaed9e5029.tar.gz gsoc2013-evolution-7b75fa6e7df3724b7649bf6d0c42c0aaed9e5029.tar.zst gsoc2013-evolution-7b75fa6e7df3724b7649bf6d0c42c0aaed9e5029.zip |
Remove separator from dialogs per HIG.
2004-03-04 William Jon McCann <mccann@jhu.edu>
* e-dialog-utils.c (e_notice, e_notice_with_xid, save_ok):
* e-request.c (e_request_string):
* e-passwords.c (e_passwords_ask_password):
Remove separator from dialogs per HIG.
svn path=/trunk/; revision=25003
Diffstat (limited to 'e-util/e-request.c')
-rw-r--r-- | e-util/e-request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-request.c b/e-util/e-request.c index 65c6a8e84b..7c47d36d9b 100644 --- a/e-util/e-request.c +++ b/e-util/e-request.c @@ -65,6 +65,7 @@ e_request_string (GtkWindow *parent, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); + gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); gtk_window_set_default_size (GTK_WINDOW (dialog), 275, -1); gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); |