finch/gntconv.c

changeset 20780
c48390a2851d
parent 20625
de0fcfa2bbc1
child 20788
0835d6d5c3f3
child 20791
0ce6682959f1
equal deleted inserted replaced
20779:e99a67e3010b 20780:c48390a2851d
957 static void 957 static void
958 finch_conv_present(PurpleConversation *conv) 958 finch_conv_present(PurpleConversation *conv)
959 { 959 {
960 FinchConv *fc = FINCH_CONV(conv); 960 FinchConv *fc = FINCH_CONV(conv);
961 if (fc && fc->window) 961 if (fc && fc->window)
962 return gnt_window_present(fc->window); 962 gnt_window_present(fc->window);
963 } 963 }
964 964
965 static gboolean 965 static gboolean
966 finch_conv_has_focus(PurpleConversation *conv) 966 finch_conv_has_focus(PurpleConversation *conv)
967 { 967 {

mercurial