summaryrefslogtreecommitdiff
path: root/helper-utilities
diff options
context:
space:
mode:
authorRobey Pointer <robey@src.gnome.org>2000-07-29 00:19:50 +0000
committerRobey Pointer <robey@src.gnome.org>2000-07-29 00:19:50 +0000
commitc1deba356e55af8afb709a655aeab362ea290830 (patch)
tree222ccc121be3ae8c92191a6b44c354fc412336b2 /helper-utilities
parented21d92de02fee80b625a34c68142564264684b6 (diff)
downloadnautilus-c1deba356e55af8afb709a655aeab362ea290830.tar.gz
ammend password dialog to accept an optional message to display at the top (for example, when asking for a retry after a bad password); fix time service to use the password dialog correctly and obey the cancel button and the 'remember' checkbox, and to give you three tries before giving up
Diffstat (limited to 'helper-utilities')
-rw-r--r--helper-utilities/authenticate/nautilus-authenticate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper-utilities/authenticate/nautilus-authenticate.c b/helper-utilities/authenticate/nautilus-authenticate.c
index 42f040070..47e4f0833 100644
--- a/helper-utilities/authenticate/nautilus-authenticate.c
+++ b/helper-utilities/authenticate/nautilus-authenticate.c
@@ -73,6 +73,7 @@ int main (int argc, char *argv[])
command = g_strdup("");
password_dialog = nautilus_password_dialog_new ("Privileged Command Execution",
+ NULL,
"root",
"",
TRUE);