]> git.0d.be Git - empathy.git/commitdiff
actually display the 'go online' button
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 6 Sep 2012 13:41:47 +0000 (15:41 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 6 Sep 2012 13:41:47 +0000 (15:41 +0200)
I added this flag exactly for this and then forgot to use it...

src/empathy-roster-window.c

index 4df1ee4bc148f19af3227e7ee0295ae3302f88b1..cea6ac5f825e06e352d131a96b6bcdcbe10b1128 100644 (file)
@@ -1622,7 +1622,7 @@ set_notebook_page (EmpathyRosterWindow *self)
     {
       display_page_message (self,
           _("Change your presence to see contacts here"),
-          PAGE_MESSAGE_FLAG_NONE);
+          PAGE_MESSAGE_FLAG_ONLINE);
       goto out;
     }