diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:33:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:33:56 +0800 |
commit | b903f35585036292de992b544b91c14033dd8651 (patch) | |
tree | 54dd304914a54ed5a02a2662b941cd99c7861fce /shell/e-shell.c | |
parent | 73cf3167b6e5f5ed583ff94795734728ef69e146 (diff) | |
download | gsoc2013-evolution-b903f35585036292de992b544b91c14033dd8651.tar.gz gsoc2013-evolution-b903f35585036292de992b544b91c14033dd8651.tar.zst gsoc2013-evolution-b903f35585036292de992b544b91c14033dd8651.zip |
(endarken_style): Set the color for
GTK_STATE_INSENSITIVE too so it doesn't look ugly when we quit.
svn path=/trunk/; revision=17679
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 97e32cb29b..327241b1bc 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -948,9 +948,9 @@ view_destroy_cb (GtkObject *object, num_views = g_list_length (shell->priv->views); - /* If this is our last view, save settings now because in the - callback for no_views_left shell->priv->views will be NULL - and settings won't be saved because of that */ + /* If this is our last view, save settings now because in the callback + for no_views_left shell->priv->views will be NULL and settings won't + be saved because of that. */ if (num_views - 1 == 0) e_shell_save_settings (shell); |