Skip to content
Snippets Groups Projects
Commit d4403c19 authored by Eric Koegel's avatar Eric Koegel
Browse files

Don't call present/show

Bringing the window to the foreground when it's a GtkPlug causes
the main dialog window contents to appear as a floating window. So
let's not do that.
parent 1c13a6f3
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,8 @@ xfpm_settings_app_launch (GApplication *app)
if (windows != NULL)
{
DBG("window already opened, presenting it");
gtk_window_present (GTK_WINDOW (windows->data));
XFPM_DEBUG ("window already opened");
gdk_notify_startup_complete ();
if (priv->device_id != NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment