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
Commits
381ce663
Commit
381ce663
authored
Nov 23, 2005
by
shteef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix
parent
d958bcf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/migrate_logs_to_dot9_db.py
scripts/migrate_logs_to_dot9_db.py
+1
-1
No files found.
scripts/migrate_logs_to_dot9_db.py
View file @
381ce663
...
@@ -145,7 +145,7 @@ def visit(arg, dirname, filenames):
...
@@ -145,7 +145,7 @@ def visit(arg, dirname, filenames):
if
type
==
'gc'
:
if
type
==
'gc'
:
contact_name
=
message_data
[
0
]
contact_name
=
message_data
[
0
]
message
=
':'
.
join
(
message_data
[
1
:])
message
=
':'
.
join
(
message_data
[
1
:])
kind
=
=
'gc_msg'
kind
=
'gc_msg'
elif
type
==
'gcstatus'
:
elif
type
==
'gcstatus'
:
contact_name
=
message_data
[
0
]
contact_name
=
message_data
[
0
]
show
=
message_data
[
1
]
show
=
message_data
[
1
]
...
...
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