Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2015-02-09 13:02:17 +0300
committerEion Robb <eion@robbmob.com>2015-02-09 13:02:17 +0300
commitd545aaefa83c0b28ea4ebc5fc5b7964e5dc44130 (patch)
tree14ac7dbcbf9774112447909094644d46d2e4e582 /skypeweb
parentc25da00aa29e53bdd6e0e693a5f53e99f5af9f4b (diff)
SkypeWeb : Fix crash on quit
Diffstat (limited to 'skypeweb')
-rw-r--r--skypeweb/libskypeweb.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/skypeweb/libskypeweb.c b/skypeweb/libskypeweb.c
index 57d3e07..8c71e08 100644
--- a/skypeweb/libskypeweb.c
+++ b/skypeweb/libskypeweb.c
@@ -461,15 +461,12 @@ skypeweb_actions(PurplePlugin *plugin, gpointer context)
static void
plugin_init(PurplePlugin *plugin)
{
- /*PurpleAccountOption *option;
+ PurpleAccountOption *option;
PurplePluginInfo *info = plugin->info;
PurplePluginProtocolInfo *prpl_info = info->extra_info;
- option = purple_account_option_bool_new(
- _("Always use HTTPS"),
- "always_use_https", FALSE);
- prpl_info->protocol_options = g_list_append(
- prpl_info->protocol_options, option);*/
+ option = purple_account_option_bool_new("", "", FALSE);
+ prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option);
/*