desktop-data-model r7274 - trunk/engine-dbus
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: desktop-data-model r7274 - trunk/engine-dbus
- Date: Mon, 21 Apr 2008 18:34:56 +0100 (BST)
Author: walters
Date: Mon Apr 21 17:34:55 2008
New Revision: 7274
URL: http://svn.gnome.org/viewvc/desktop-data-model?rev=7274&view=rev
Log:
Fix command line flag typo I introduced
Modified:
trunk/engine-dbus/main.c
Modified: trunk/engine-dbus/main.c
==============================================================================
--- trunk/engine-dbus/main.c (original)
+++ trunk/engine-dbus/main.c Mon Apr 21 17:34:55 2008
@@ -745,7 +745,7 @@
g_set_application_name(_("Desktop Data Engine"));
for (i = 1; i < argc; i++) {
- if (strcmp(argv[i], "--check-if-mugshot-cookie") == 0) {
+ if (strcmp(argv[i], "--check-if-mugshot-exists") == 0) {
GSList *cookies = hippo_load_cookies("mugshot.org", 80, "auth");
exit (cookies != NULL ? 0 : 1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]