summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 32212f6..4cf6047 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -941,6 +941,7 @@ static void view_rss_toggled_cb(GtkWidget * w, gpointer data)
trg_rss_window_get_instance(TRG_MAIN_WINDOW(data), priv->client);
gtk_widget_show_all(GTK_WIDGET(rss));
+ gtk_window_present(GTK_WINDOW(rss));
}
}
#endif