Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-attachments.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-05-11 05:02:46 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-05-11 05:02:46 (GMT)
commit83c570cd608abddaed6777503052a89447093d34 (patch)
tree8b192d092014881efc6505ad4060eca7c58882fd /shell/ev-sidebar-attachments.c
parent29efb6155a64a2ada423861ace5637a49a2732b0 (diff)
Show attachments page.
* shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init): * shell/ev-window.c: (ev_window_init): Show attachments page.
Diffstat (limited to 'shell/ev-sidebar-attachments.c')
-rw-r--r--shell/ev-sidebar-attachments.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c
index aac63cf..1533dc8 100644
--- a/shell/ev-sidebar-attachments.c
+++ b/shell/ev-sidebar-attachments.c
@@ -521,12 +521,10 @@ ev_sidebar_attachments_init (EvSidebarAttachments *ev_attachbar)
gtk_container_add (GTK_CONTAINER (swindow),
ev_attachbar->priv->icon_view);
- gtk_widget_show (ev_attachbar->priv->icon_view);
gtk_container_add (GTK_CONTAINER (ev_attachbar),
swindow);
- gtk_widget_show (swindow);
-
+ gtk_widget_show_all (GTK_WIDGET (ev_attachbar));
/* Icon Theme */
ev_attachbar->priv->icon_theme = gtk_icon_theme_get_default ();
g_signal_connect_swapped (G_OBJECT (ev_attachbar->priv->icon_theme),