diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-16 21:40:37 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-16 21:40:37 +0800 |
commit | 36439dc4f20957f006bc8c5898b6be9f1bbc2414 (patch) | |
tree | 545a0b72d9040298733eb9328e9b1fc1caa4dda9 | |
parent | 8d57b89b5eb71b3ad8de4c429a1f961caccdcbde (diff) | |
download | gsoc2013-epiphany-36439dc4f20957f006bc8c5898b6be9f1bbc2414.tar gsoc2013-epiphany-36439dc4f20957f006bc8c5898b6be9f1bbc2414.tar.gz gsoc2013-epiphany-36439dc4f20957f006bc8c5898b6be9f1bbc2414.tar.bz2 gsoc2013-epiphany-36439dc4f20957f006bc8c5898b6be9f1bbc2414.tar.lz gsoc2013-epiphany-36439dc4f20957f006bc8c5898b6be9f1bbc2414.tar.xz gsoc2013-epiphany-36439dc4f20957f006bc8c5898b6be9f1bbc2414.tar.zst gsoc2013-epiphany-36439dc4f20957f006bc8c5898b6be9f1bbc2414.zip |
ephy-find-toolbar: freaking tabs
-rw-r--r-- | src/ephy-find-toolbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-find-toolbar.c b/src/ephy-find-toolbar.c index ae74e4046..38b89d899 100644 --- a/src/ephy-find-toolbar.c +++ b/src/ephy-find-toolbar.c @@ -607,7 +607,7 @@ ephy_find_toolbar_init (EphyFindToolbar *toolbar) gtk_widget_set_halign (right_box, GTK_ALIGN_END); gtk_widget_set_hexpand (right_box, TRUE); gtk_size_group_add_widget (size_group, right_box); - g_object_unref (size_group); + g_object_unref (size_group); /* Find: |_____| */ priv->entry = gtk_entry_new (); |