summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2014-06-18 12:27:50 -0400
committerShaun McCance <shaunm@gnome.org>2014-06-18 12:27:50 -0400
commit1775789539917bc9c974cfa278d4e51180dbaab2 (patch)
tree01bcfaaa488dfe9462a7bc22136c04af5a7c5119 /src
parent25ef4321d0b68e182935f956b52e7aa0d7c86c3c (diff)
downloadyelp-1775789539917bc9c974cfa278d4e51180dbaab2.tar.gz
yelp-window: Drop gtk bug workaround because mclasen fixed the bug
Diffstat (limited to 'src')
-rw-r--r--src/yelp-window.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/yelp-window.c b/src/yelp-window.c
index 42b03058..a33c6e92 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -1164,11 +1164,6 @@ ctrll_entry_activate (GtkEntry *entry,
g_object_unref (uri);
gtk_header_bar_set_custom_title (GTK_HEADER_BAR (priv->header), NULL);
- /* GTK+ forgets to make the subtitle visible again:
- https://bugzilla.gnome.org/show_bug.cgi?id=731790
- */
- gtk_header_bar_set_subtitle (GTK_HEADER_BAR (priv->header),
- gtk_header_bar_get_subtitle (GTK_HEADER_BAR (priv->header)));
}
static gboolean
@@ -1180,11 +1175,6 @@ ctrll_entry_key_press (GtkWidget *widget,
if (event->keyval == GDK_KEY_Escape) {
gtk_header_bar_set_custom_title (GTK_HEADER_BAR (priv->header), NULL);
- /* GTK+ forgets to make the subtitle visible again:
- https://bugzilla.gnome.org/show_bug.cgi?id=731790
- */
- gtk_header_bar_set_subtitle (GTK_HEADER_BAR (priv->header),
- gtk_header_bar_get_subtitle (GTK_HEADER_BAR (priv->header)));
return TRUE;
}
return FALSE;