1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00

(gtk) #5211 'Transmission main window does not get focus when toggling via AppIndicator applet' -- fixed.

This commit is contained in:
Jordan Lee 2013-01-04 23:25:17 +00:00
parent 9a70ffb4ee
commit 5b1cd134ad

View file

@ -757,6 +757,7 @@ presentMainWindow (struct cbdata * cbdata)
}
gtr_window_present (window);
gdk_window_raise (gtk_widget_get_window (GTK_WIDGET(window)));
}
static void