Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gajim
gajim-plugins
Commits
307f2b09
Commit
307f2b09
authored
Sep 15, 2011
by
Dicson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roster_tweaks. remove unused var
parent
c922ecf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
roster_tweaks/roster_tweaks.py
roster_tweaks/roster_tweaks.py
+0
-2
No files found.
roster_tweaks/roster_tweaks.py
View file @
307f2b09
...
...
@@ -108,7 +108,6 @@ class RosterTweaksPlugin(GajimPlugin):
self
.
pep_dict
[
'subactivity'
]
=
subactivity
or
''
self
.
pep_dict
[
'activity_text'
]
=
text
self
.
draw_activity
()
accounts
=
gajim
.
connections
.
keys
()
self
.
send_pep
()
ChangeActivityDialog
(
on_response
,
self
.
pep_dict
.
get
(
'activity'
,
None
),
self
.
pep_dict
.
get
(
'subactivity'
,
None
),
...
...
@@ -119,7 +118,6 @@ class RosterTweaksPlugin(GajimPlugin):
self
.
pep_dict
[
'mood'
]
=
mood
or
''
self
.
pep_dict
[
'mood_text'
]
=
text
self
.
draw_mood
()
accounts
=
gajim
.
connections
.
keys
()
self
.
send_pep
()
ChangeMoodDialog
(
on_response
,
self
.
pep_dict
.
get
(
'mood'
,
None
),
self
.
pep_dict
.
get
(
'mood_text'
,
None
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment