aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-sidebar.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-10-31 21:14:04 +0800
committerMilan Crha <mcrha@redhat.com>2012-10-31 21:15:04 +0800
commit9e64b59c9d838b3d0a55b0eb95fc088ec26f1644 (patch)
tree2206d19bb22928b54628a6d5ef6c05c89b90856c /shell/e-shell-sidebar.c
parent6225b7f61ef8d46d17e6359802f85ee1b8cbce4d (diff)
downloadgsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.gz
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.bz2
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.lz
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.xz
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.tar.zst
gsoc2013-evolution-9e64b59c9d838b3d0a55b0eb95fc088ec26f1644.zip
Bug #422273 - Wrap searchbar widgets for smaller minimum width request
Diffstat (limited to 'shell/e-shell-sidebar.c')
-rw-r--r--shell/e-shell-sidebar.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c
index 362321069a..95afe576b4 100644
--- a/shell/e-shell-sidebar.c
+++ b/shell/e-shell-sidebar.c
@@ -203,20 +203,14 @@ shell_sidebar_constructed (GObject *object)
{
EShellView *shell_view;
EShellSidebar *shell_sidebar;
- GtkSizeGroup *size_group;
GtkAction *action;
- GtkWidget *widget;
gchar *label;
gchar *icon_name;
shell_sidebar = E_SHELL_SIDEBAR (object);
shell_view = e_shell_sidebar_get_shell_view (shell_sidebar);
- size_group = e_shell_view_get_size_group (shell_view);
action = e_shell_view_get_action (shell_view);
- widget = shell_sidebar->priv->event_box;
- gtk_size_group_add_widget (size_group, widget);
-
g_object_get (action, "icon-name", &icon_name, NULL);
e_shell_sidebar_set_icon_name (shell_sidebar, icon_name);
g_free (icon_name);