pidgin/pidgin

Restore braces

2019-10-14, qarkai
18a85fb34f32
Parents 4f56e8dc46eb
Children 120ca2e24082
Restore braces
--- 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);