pidgin: 4ecff991: Fix typoed short option for "force-onlin...
datallah at pidgin.im
datallah at pidgin.im
Wed Oct 13 17:26:52 EDT 2010
----------------------------------------------------------------------
Revision: 4ecff991551af44864df272b9d778f4eb2d7bf27
Parent: b7fc8a413e83ee3cc371152fa784666fd610f397
Author: datallah at pidgin.im
Date: 10/13/10 17:20:57
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/4ecff991551af44864df272b9d778f4eb2d7bf27
Changelog:
Fix typoed short option for "force-online".
As best I can tell from the debian ticket, the issue was debugged by Nirgal VourgA"re.
Fixes #12745
Changes against parent b7fc8a413e83ee3cc371152fa784666fd610f397
patched pidgin/gtkmain.c
-------------- next part --------------
============================================================
--- pidgin/gtkmain.c 17339c710ca574fdcf44a09e6371020cce05e6af
+++ pidgin/gtkmain.c b58661443d35eb2407fcabcd11690e2ccf4daee6
@@ -551,7 +551,7 @@ int main(int argc, char *argv[])
struct option long_options[] = {
{"config", required_argument, NULL, 'c'},
{"debug", no_argument, NULL, 'd'},
- {"force-online", no_argument, NULL, 'd'},
+ {"force-online", no_argument, NULL, 'f'},
{"help", no_argument, NULL, 'h'},
{"login", optional_argument, NULL, 'l'},
{"multiple", no_argument, NULL, 'm'},
More information about the Commits
mailing list