Mercurial > pidgin
changeset 27255:357405dc8b2c
Remove trailing whitespace
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 03 Jul 2009 02:13:39 +0000 |
parents | beb33c984100 |
children | c245c583a1a6 |
files | pidgin/gtknotify.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtknotify.c Thu Jul 02 22:27:13 2009 +0000 +++ b/pidgin/gtknotify.c Fri Jul 03 02:13:39 2009 +0000 @@ -217,7 +217,7 @@ gtk_tree_model_get(GTK_TREE_MODEL(dialog->treemodel), iter, PIDGIN_POUNCE_DATA, &pounce_data, -1); - + for (; list != NULL; list = list->next) { pounce = list->data; if (pounce == pounce_data->pounce) { @@ -283,7 +283,7 @@ break; } } - + gtk_widget_set_sensitive(pounce_dialog->dismiss_button, TRUE); } else { gtk_widget_set_sensitive(pounce_dialog->edit_button, FALSE); @@ -1356,9 +1356,9 @@ GtkWidget *vbox = NULL; GtkTreeSelection *sel; PidginNotifyDialog *spec_dialog = NULL; - + g_return_val_if_fail(type < PIDGIN_NOTIFY_TYPES, NULL); - + dialog = gtk_dialog_new_with_buttons(NULL, NULL, 0, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); @@ -1385,7 +1385,7 @@ spec_dialog->treemodel = treemodel; spec_dialog->treeview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(spec_dialog->treemodel)); g_object_unref(G_OBJECT(spec_dialog->treemodel)); - + gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(spec_dialog->treeview), TRUE); gtk_container_add(GTK_CONTAINER(sw), spec_dialog->treeview);