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:
parent
9a70ffb4ee
commit
5b1cd134ad
1 changed files with 1 additions and 0 deletions
|
@ -757,6 +757,7 @@ presentMainWindow (struct cbdata * cbdata)
|
||||||
}
|
}
|
||||||
|
|
||||||
gtr_window_present (window);
|
gtr_window_present (window);
|
||||||
|
gdk_window_raise (gtk_widget_get_window (GTK_WIDGET(window)));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue