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
Plugins
pidgin-otr
Commits
01a1f326
Commit
01a1f326
authored
Jan 03, 2016
by
Ian Goldberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused protocol name from otrg_gtk_dialog_socialist_millionaires
parent
08b1e737
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
gtk-dialog.c
gtk-dialog.c
+0
-6
No files found.
gtk-dialog.c
View file @
01a1f326
...
...
@@ -1442,8 +1442,6 @@ static void otrg_gtk_dialog_socialist_millionaires(ConnContext *context,
char
*
question
,
gboolean
responder
)
{
char
*
primary
;
PurplePlugin
*
p
;
char
*
proto_name
;
if
(
context
==
NULL
)
return
;
...
...
@@ -1455,10 +1453,6 @@ static void otrg_gtk_dialog_socialist_millionaires(ConnContext *context,
context
->
username
);
}
p
=
purple_find_prpl
(
context
->
protocol
);
proto_name
=
(
p
&&
p
->
info
->
name
)
?
p
->
info
->
name
:
_
(
"Unknown"
);
create_smp_dialog
(
_
(
"Authenticate Buddy"
),
primary
,
context
,
responder
,
question
);
...
...
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