From dfaa395ba24f5ab5d309d30e7f16acd8bb106255 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 24 May 2007 07:37:06 +0000 Subject: White space fix. 2007-05-24 Xavier Claessens * libempathy-gtk/gossip-new-chatroom-dialog.c: * libempathy-gtk/empathy-main-window.c: White space fix. svn path=/trunk/; revision=90 --- libempathy-gtk/gossip-new-chatroom-dialog.c | 113 +++++++++++----------------- 1 file changed, 45 insertions(+), 68 deletions(-) (limited to 'libempathy-gtk/gossip-new-chatroom-dialog.c') diff --git a/libempathy-gtk/gossip-new-chatroom-dialog.c b/libempathy-gtk/gossip-new-chatroom-dialog.c index 6c16ecb11..3200d543d 100644 --- a/libempathy-gtk/gossip-new-chatroom-dialog.c +++ b/libempathy-gtk/gossip-new-chatroom-dialog.c @@ -96,74 +96,51 @@ enum { COL_COUNT }; -static void -new_chatroom_dialog_response_cb (GtkWidget *widget, - gint response, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_destroy_cb (GtkWidget *widget, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_model_setup (GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_model_add_columns (GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_update_buttons (GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_update_widgets (GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_account_changed_cb (GtkComboBox *combobox, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_model_add (GossipNewChatroomDialog *dialog, - EmpathyRoomListItem *item); -static void -new_chatroom_dialog_model_clear (GossipNewChatroomDialog *dialog); -static GList * -new_chatroom_dialog_model_get_selected (GossipNewChatroomDialog *dialog); -static gboolean -new_chatroom_dialog_model_filter_func (GtkTreeModel *model, - GtkTreeIter *iter, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_model_row_activated_cb (GtkTreeView *tree_view, - GtkTreePath *path, - GtkTreeViewColumn *column, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_model_row_inserted_cb (GtkTreeModel *model, - GtkTreePath *path, - GtkTreeIter *iter, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_model_row_deleted_cb (GtkTreeModel *model, - GtkTreePath *path, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_model_selection_changed (GtkTreeSelection *selection, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_set_defaults (GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_join (GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_request_handles_cb (DBusGProxy *proxy, - GArray *handles, - GError *error, - McAccount *account); -static void -new_chatroom_dialog_entry_changed_cb (GtkWidget *entry, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_browse_start (GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_browse_stop (GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_entry_server_activate_cb (GtkWidget *widget, - GossipNewChatroomDialog *dialog); -static void -new_chatroom_dialog_togglebutton_refresh_toggled_cb (GtkWidget *widget, - GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_response_cb (GtkWidget *widget, + gint response, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_destroy_cb (GtkWidget *widget, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_model_setup (GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_model_add_columns (GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_update_buttons (GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_update_widgets (GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_account_changed_cb (GtkComboBox *combobox, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_model_add (GossipNewChatroomDialog *dialog, + EmpathyRoomListItem *item); +static void new_chatroom_dialog_model_clear (GossipNewChatroomDialog *dialog); +static GList * new_chatroom_dialog_model_get_selected (GossipNewChatroomDialog *dialog); +static gboolean new_chatroom_dialog_model_filter_func (GtkTreeModel *model, + GtkTreeIter *iter, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_model_row_activated_cb (GtkTreeView *tree_view, + GtkTreePath *path, + GtkTreeViewColumn *column, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_model_row_inserted_cb (GtkTreeModel *model, + GtkTreePath *path, + GtkTreeIter *iter, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_model_row_deleted_cb (GtkTreeModel *model, + GtkTreePath *path, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_model_selection_changed (GtkTreeSelection *selection, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_set_defaults (GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_join (GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_request_handles_cb (DBusGProxy *proxy, + GArray *handles, + GError *error, + McAccount *account); +static void new_chatroom_dialog_entry_changed_cb (GtkWidget *entry, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_browse_start (GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_browse_stop (GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_entry_server_activate_cb (GtkWidget *widget, + GossipNewChatroomDialog *dialog); +static void new_chatroom_dialog_togglebutton_refresh_toggled_cb (GtkWidget *widget, + GossipNewChatroomDialog *dialog); static GossipNewChatroomDialog *dialog_p = NULL; -- cgit v1.2.3