2011-04-10 [colin] 3.7.9cvs7
[claws.git] / src / addressbook.c
index 07c99e77e564addbaf9e07196047e35d62482226..e1e74fef03b5d55dd47a540e64901d0caf9a17dd 100644 (file)
@@ -1491,7 +1491,8 @@ static void addressbook_del_clicked(GtkButton *button, gpointer data)
                        item = node->data;
                        node = g_list_next( node );
                        aio = ( AddrItemObject * ) item->addressItem;
-                       if( aio->type == ADDR_ITEM_PERSON || aio->type == ADDR_ITEM_EMAIL ) {
+                       if(aio->type == ADDR_ITEM_PERSON ||
+                          aio->type == ADDR_ITEM_EMAIL ) {
                                group_delete = FALSE;
                                break;
                        }