Restore braces

Mon, 14 Oct 2019 10:18:00 +0300

author
qarkai <qarkai@gmail.com>
date
Mon, 14 Oct 2019 10:18:00 +0300
changeset 40048
18a85fb34f32
parent 40047
4f56e8dc46eb
child 40049
120ca2e24082

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);

mercurial