[gcr] Fix a typo
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] Fix a typo
- Date: Sun, 2 Mar 2014 08:23:38 +0000 (UTC)
commit bab337a18e6c416416d31c003b4a48d09daed082
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Mar 1 22:32:19 2014 -0500
Fix a typo
These variables are not used for anything, so it probably
doesn't make a difference, but they should be reset to FALSE
when the name is lost.
https://bugzilla.gnome.org/show_bug.cgi?id=725477
ui/gcr-prompter-tool.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/gcr-prompter-tool.c b/ui/gcr-prompter-tool.c
index 0ddd4a5..4e2d043 100644
--- a/ui/gcr-prompter-tool.c
+++ b/ui/gcr-prompter-tool.c
@@ -123,10 +123,10 @@ on_name_lost (GDBusConnection *connection,
gtk_main_quit ();
} else if (g_strcmp0 (name, GCR_DBUS_PROMPTER_SYSTEM_BUS_NAME) == 0) {
- acquired_system_prompter = TRUE;
+ acquired_system_prompter = FALSE;
} else if (g_strcmp0 (name, GCR_DBUS_PROMPTER_PRIVATE_BUS_NAME) == 0) {
- acquired_private_prompter = TRUE;
+ acquired_private_prompter = FALSE;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]