pidgin/gtkconn.c

branch
gtk4
changeset 41529
0e835d051f5c
parent 41454
7cc69bde919d
child 41709
c8555ca0fe5e
equal deleted inserted replaced
41528:4160c570866d 41529:0e835d051f5c
58 static void 58 static void
59 pidgin_connection_disconnected(PurpleConnection *gc) 59 pidgin_connection_disconnected(PurpleConnection *gc)
60 { 60 {
61 if (purple_connections_get_all() != NULL) 61 if (purple_connections_get_all() != NULL)
62 return; 62 return;
63
64 pidgin_dialogs_destroy_all();
65 } 63 }
66 64
67 static void 65 static void
68 free_auto_recon(gpointer data) 66 free_auto_recon(gpointer data)
69 { 67 {

mercurial