diff options
author | Balló György <ballogyor@gmail.com> | 2015-01-09 19:16:13 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2015-05-25 12:39:03 +0200 |
commit | db05c838fbd2db2bebafa789cead832ef45d1c73 (patch) | |
tree | 917d031c346f2e1c652c16d38bfab3fa4f239dd7 /src | |
parent | 0fe9b6f41b0fbdc314caa3f18855261e77a1227c (diff) | |
download | empathy-db05c838fbd2db2bebafa789cead832ef45d1c73.tar.gz |
Fix opening contact list after launching empathy -h
https://bugzilla.gnome.org/show_bug.cgi?id=729282
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c index 54b06a83f..bde8a01a7 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -275,6 +275,10 @@ out: empathy_presence_manager_set_auto_away (self->presence_mgr, autoaway); } + + /* Now that we have been started, reset this flag so future invocation will + * be able to raise the window, see bgo#729282 */ + self->start_hidden = FALSE; } static void |