aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-05-24 15:37:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-24 15:37:06 +0800
commitdfaa395ba24f5ab5d309d30e7f16acd8bb106255 (patch)
treefa9661c4bb2cc4396ed62646e44e7471aa53ae8b
parent726dec7bfdafeae5d1cbaf00149aa0659ce589a4 (diff)
downloadgsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.gz
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.bz2
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.lz
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.xz
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.zst
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.zip
White space fix.
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
-rw-r--r--ChangeLog5
-rw-r--r--libempathy-gtk/empathy-main-window.c2
-rw-r--r--libempathy-gtk/gossip-new-chatroom-dialog.c113
3 files changed, 51 insertions, 69 deletions
diff --git a/ChangeLog b/ChangeLog
index ab67c3deb..3520fd2d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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:
* libempathy-gtk/gossip-new-chatroom-dialog.c:
* libempathy-gtk/gossip-account-widget-jabber.c:
diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c
index aa49cffe0..b10f6c8d6 100644
--- a/libempathy-gtk/empathy-main-window.c
+++ b/libempathy-gtk/empathy-main-window.c
@@ -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 */
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;