finch/gntconv.c

branch
release-2.2.2
changeset 20192
162883eb3251
parent 20147
66f05a854eee
child 20288
5ca925a094e2
child 21076
bb293a21ce84
equal deleted inserted replaced
20191:40912174d904 20192:162883eb3251
929 static void 929 static void
930 finch_conv_present(PurpleConversation *conv) 930 finch_conv_present(PurpleConversation *conv)
931 { 931 {
932 FinchConv *fc = FINCH_CONV(conv); 932 FinchConv *fc = FINCH_CONV(conv);
933 if (fc && fc->window) 933 if (fc && fc->window)
934 return gnt_window_present(fc->window); 934 gnt_window_present(fc->window);
935 } 935 }
936 936
937 static gboolean 937 static gboolean
938 finch_conv_has_focus(PurpleConversation *conv) 938 finch_conv_has_focus(PurpleConversation *conv)
939 { 939 {

mercurial