Skip to content

Commit

Permalink
PolkitDialog: GTK4 Prep (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 11, 2023
1 parent 7c374d4 commit 9d92e99
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 256 deletions.
2 changes: 1 addition & 1 deletion src/Agent.vala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace Ag {
return false;
}

var dialog = new Widgets.PolkitDialog (message, icon_name, cookie, identities, cancellable);
var dialog = new PolkitDialog (message, icon_name, cookie, identities, cancellable);
dialog.done.connect (() => initiate_authentication.callback ());

dialog.show_all ();
Expand Down
Loading

0 comments on commit 9d92e99

Please sign in to comment.