Mon, 14 Oct 2019 10:18:00 +0300
Restore braces
| pidgin/gtknotify.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtknotify.c Mon Oct 14 10:17:32 2019 +0300 +++ b/pidgin/gtknotify.c Mon Oct 14 10:18:00 2019 +0300 @@ -344,8 +344,9 @@ g_list_free_full(list, (GDestroyNotify)gtk_tree_path_free); pounces = purple_pounces_get_all(); - if (g_list_find(pounces, pounce_data->pounce) != NULL) + if (g_list_find(pounces, pounce_data->pounce) != NULL) { gtk_widget_set_sensitive(pounce_dialog->edit_button, TRUE); + } gtk_widget_set_sensitive(pounce_dialog->open_button, TRUE); gtk_widget_set_sensitive(pounce_dialog->dismiss_button, TRUE);