Bug 241905

Summary: Syntax error in purple-remote - pidgin-2.0.1-1.fc6 - libpurple-2.0.1-1.fc6 and pidgin-2.0.1-1.fc7 - libpurple-2.0.1-1.fc7
Product: [Fedora] Fedora Reporter: Otto Rey <otto_rey>
Component: gaimAssignee: Warren Togami <wtogami>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 7CC: eblanton, lschiere+bugs, mark, pcfe, redhat-bugzilla, stu, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.0.2-3.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-26 15:13:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Otto Rey 2007-05-31 16:05:44 UTC
Description of problem:
The script purple-remote have a syntax error.

Version-Release number of selected component (if applicable):
pidgin-2.0.1-1.fc6

How reproducible:
Always

Steps to Reproduce:
1. open terminal, run purple-remote
2.
3.
  
Actual results:
  File "/usr/bin/purple-remote", line 97
    if protocol == "xmpp"
                        ^
SyntaxError: invalid syntax


Expected results:
Run witout errors

Additional info:

Adding : at the end of line 97 fix the problem
    if protocol == "xmpp":

Comment 1 Otto Rey 2007-06-02 21:05:43 UTC
Same thing in Fedora 7 (pidgin-2.0.1-1.fc7 and libpurple-2.0.1-1.fc7)

Comment 2 Mark Doliner 2007-06-04 05:52:48 UTC
This was fixed in upstream libpurple in revision
211671c8fe491b3dad82b2990c1ffc8e20de8ec4 on 2007-05-26  at 16:05:47

Comment 3 Fedora Update System 2007-06-14 15:45:23 UTC
pidgin-2.0.1-5.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Patrick C. F. Ernzer 2007-06-25 18:29:12 UTC
as 2.0.1-1.fc6 is also affected, can we please push this fix into FC6 as well?