[gnome-builder] search-bar: separator no longer necessary
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] search-bar: separator no longer necessary
- Date: Sat, 31 Oct 2015 03:27:59 +0000 (UTC)
commit d696d4736a135f7f9aebe4f084f735b145b039d8
Author: Christian Hergert <chergert redhat com>
Date: Fri Oct 30 20:19:16 2015 -0700
search-bar: separator no longer necessary
We can remove this now that we use the 'search-bar' style.
contrib/egg/egg-search-bar.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/contrib/egg/egg-search-bar.c b/contrib/egg/egg-search-bar.c
index 228031c..ed2eb3f 100644
--- a/contrib/egg/egg-search-bar.c
+++ b/contrib/egg/egg-search-bar.c
@@ -337,7 +337,6 @@ egg_search_bar_init (EggSearchBar *self)
EggSearchBarPrivate *priv = egg_search_bar_get_instance_private (self);
GtkStyleContext *style_context;
GtkBox *vbox;
- GtkSeparator *sep;
priv->window_signals = egg_signal_group_new (GTK_TYPE_WINDOW);
egg_signal_group_connect_object (priv->window_signals,
@@ -373,11 +372,6 @@ egg_search_bar_init (EggSearchBar *self)
NULL),
"swapped_object_signal::activate", egg_search_bar__entry_activate, self,
NULL);
- sep =
- g_object_new (GTK_TYPE_SEPARATOR,
- "orientation", GTK_ORIENTATION_HORIZONTAL,
- "visible", TRUE,
- NULL);
priv->close_button =
g_object_new (GTK_TYPE_BUTTON,
"child", g_object_new (GTK_TYPE_IMAGE,
@@ -392,7 +386,6 @@ egg_search_bar_init (EggSearchBar *self)
gtk_container_add (GTK_CONTAINER (priv->revealer), GTK_WIDGET (vbox));
gtk_container_add (GTK_CONTAINER (vbox), GTK_WIDGET (priv->box));
- gtk_container_add (GTK_CONTAINER (vbox), GTK_WIDGET (sep));
gtk_container_add (GTK_CONTAINER (self), GTK_WIDGET (priv->revealer));
gtk_container_add_with_properties (GTK_CONTAINER (priv->box),
GTK_WIDGET (priv->close_button),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]