aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-handler.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-04-01 01:05:52 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-04-01 01:05:52 +0800
commit331fe02266408da756dcde94702a23c2bee5162a (patch)
tree1bb6b286dbe287d52135ed8ab15ac12140065d4c /shell/e-shell-offline-handler.c
parent2ab629886e8850257ffe7681fcfdf73648278b4b (diff)
downloadgsoc2013-evolution-331fe02266408da756dcde94702a23c2bee5162a.tar
gsoc2013-evolution-331fe02266408da756dcde94702a23c2bee5162a.tar.gz
gsoc2013-evolution-331fe02266408da756dcde94702a23c2bee5162a.tar.bz2
gsoc2013-evolution-331fe02266408da756dcde94702a23c2bee5162a.tar.lz
gsoc2013-evolution-331fe02266408da756dcde94702a23c2bee5162a.tar.xz
gsoc2013-evolution-331fe02266408da756dcde94702a23c2bee5162a.tar.zst
gsoc2013-evolution-331fe02266408da756dcde94702a23c2bee5162a.zip
Remove dialog separators Change the border with of the dialog's vbox and
2004-03-31 Rodney Dawes <dobey@ximian.com> * e-shell-importer.c (choose_importer_from_list): (start_import): (prepare_intelligent_page): Remove dialog separators * e-shell-offline-handler.c (pop_up_confirmation_dialog): Change the border with of the dialog's vbox and action area to be HIG-compliant * e-shell-settings-dialog.c (init): Remove the dialog separator * e-shell-startup-wizard.c (prepare_importer_page): Remove the dialog separator to be more HIG-compliant (key_press_event_callback): Fix compile warnings and cast to the correct widget types for calling various gtk api Remove the dialog separator to be more HIG-compliant * main.c (show_development_warning): Make the devel warning dialog that pops up for unstable versions be HIG-compliant * glade/e-active-connection-dialog.glade: Make the active connection dialog for going off-line be HIG-compliant * importer/intelligent.c (create_gui): Remove the dialog separator and set the dialog's vbox and action area border widths to be more compliant with the HIG svn path=/trunk/; revision=25267
Diffstat (limited to 'shell/e-shell-offline-handler.c')
-rw-r--r--shell/e-shell-offline-handler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-offline-handler.c b/shell/e-shell-offline-handler.c
index 3a0b9f8d40..52ff90d473 100644
--- a/shell/e-shell-offline-handler.c
+++ b/shell/e-shell-offline-handler.c
@@ -656,6 +656,8 @@ pop_up_confirmation_dialog (EShellOfflineHandler *offline_handler)
}
dialog = glade_xml_get_widget (priv->dialog_gui, "active_connection_dialog");
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), 0);
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)->action_area), 12);
/* FIXME: do we really want this? */
/* gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (priv->parent_shell_view)); */