]> git.0d.be Git - empathy.git/commitdiff
White space fix.
authorXavier Claessens <xclaesse@gmail.com>
Thu, 24 May 2007 07:37:06 +0000 (07:37 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 24 May 2007 07:37:06 +0000 (07:37 +0000)
2007-05-24  Xavier Claessens  <xclaesse@gmail.com>

* libempathy-gtk/gossip-new-chatroom-dialog.c:
* libempathy-gtk/empathy-main-window.c: White space fix.

svn path=/trunk/; revision=90

ChangeLog
libempathy-gtk/empathy-main-window.c
libempathy-gtk/gossip-new-chatroom-dialog.c

index ab67c3debf4bea7a6aabcb300cb139e1b6bbf797..3520fd2d13acff5204580ad28912b74f18c5f2da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/gossip-new-chatroom-dialog.c:
+       * libempathy-gtk/empathy-main-window.c: White space fix.
+
 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
 
        * libempathy-gtk/gossip-account-chooser.c:
index aa49cffe000e7e5dccdccf84a2a32e4854304a8e..b10f6c8d60e0288db1a5bf74ad5b33882f58441d 100644 (file)
@@ -82,7 +82,7 @@ typedef struct {
        GtkWidget              *throbber;
 
        /* Widgets that are enabled when there is... */
-       GList                  *widgets_connected;              /* ... connected accounts */
+       GList                  *widgets_connected;      /* ... connected accounts */
        GList                  *widgets_disconnected;   /* ... disconnected accounts */
 
        /* Status popup */
index 6c16ecb11cfdc46a214ede6a48720df94e7345ea..3200d543d6e8be42196d6f05767bb0d60db35217 100644 (file)
@@ -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;