summaryrefslogtreecommitdiff
path: root/test/test-nautilus-password-dialog.c
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 /test/test-nautilus-password-dialog.c
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 'test/test-nautilus-password-dialog.c')
-rw-r--r--test/test-nautilus-password-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-nautilus-password-dialog.c b/test/test-nautilus-password-dialog.c
index 0ff5c83c2..64a16e63c 100644
--- a/test/test-nautilus-password-dialog.c
+++ b/test/test-nautilus-password-dialog.c
@@ -16,6 +16,7 @@ authenticate_boink_callback (GtkWidget *button, gpointer user_data)
if (password_dialog == NULL) {
password_dialog = nautilus_password_dialog_new ("Authenticate Me",
+ "My secret message.",
"foouser",
"sekret",
TRUE);