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

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steam-mobile/libsteam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/libsteam.c b/steam-mobile/libsteam.c
index 9aeed88..d9a6f50 100644
--- a/steam-mobile/libsteam.c
+++ b/steam-mobile/libsteam.c
@@ -1517,7 +1517,7 @@ steam_node_menu(PurpleBlistNode *node)
m = g_list_append(m, act);
sbuddy = buddy->proto_data;
- if (sbuddy->gameid)
+ if (sbuddy && sbuddy->gameid)
{
act = purple_menu_action_new("Launch Game",
PURPLE_CALLBACK(steam_blist_launch_game),