← Back to team overview

registry team mailing list archive

[Bug 433851] Re: Authentication dialog doesn't get focus

 

Re-opening software-center task - there will be a required code change
to make software-center use this.  In the case of C the code is:

      details = polkit_details_new ();
      window = gtk_widget_get_toplevel (GTK_WIDGET (button));
      xid = g_strdup_printf ("%lu", gdk_x11_drawable_get_xid (GDK_DRAWABLE (gtk_widget_get_window (window))));
      polkit_details_insert (details, "toplevel_xid", xid);
      g_free (xid);


** Changed in: software-center (Ubuntu)
       Status: Invalid => New

-- 
Authentication dialog doesn't get focus
https://bugs.launchpad.net/bugs/433851
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for PolicyKit GNOME.