From 161c78698fcce7a6cad9a562691dd51ec087265c Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Wed, 7 Mar 2012 18:57:24 +0200 Subject: ephy-hosts-view: ensure "all hosts" is selected by default If no host can be selected, always select the "all hosts" row. https://bugzilla.gnome.org/show_bug.cgi?id=671575 --- src/ephy-history-window.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/ephy-history-window.c') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index b4036228f..f8369ba23 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -1039,11 +1039,9 @@ on_get_hosts_cb (gpointer service, selected_host = get_selected_host (window); ephy_hosts_store_clear (EPHY_HOSTS_STORE (window->priv->hosts_store)); ephy_hosts_store_add_hosts (window->priv->hosts_store, hosts); - if (selected_host) { - ephy_hosts_view_select_host (EPHY_HOSTS_VIEW (window->priv->hosts_view), - selected_host); - ephy_history_host_free (selected_host); - } + ephy_hosts_view_select_host (EPHY_HOSTS_VIEW (window->priv->hosts_view), + selected_host); + ephy_history_host_free (selected_host); out: g_list_free_full (hosts, (GDestroyNotify)ephy_history_host_free); } -- cgit v1.2.3