aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-15 22:32:41 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-15 22:35:51 +0800
commit02e603f5ac5f5f2751db2ce2cf63fd5ff090db5d (patch)
tree0250b093936ed0b75aec054b961311098a82e172
parentb0fe5db9e4861ad61f18e7592e15919ba56873af (diff)
downloadgsoc2013-empathy-02e603f5ac5f5f2751db2ce2cf63fd5ff090db5d.tar
gsoc2013-empathy-02e603f5ac5f5f2751db2ce2cf63fd5ff090db5d.tar.gz
gsoc2013-empathy-02e603f5ac5f5f2751db2ce2cf63fd5ff090db5d.tar.bz2
gsoc2013-empathy-02e603f5ac5f5f2751db2ce2cf63fd5ff090db5d.tar.lz
gsoc2013-empathy-02e603f5ac5f5f2751db2ce2cf63fd5ff090db5d.tar.xz
gsoc2013-empathy-02e603f5ac5f5f2751db2ce2cf63fd5ff090db5d.tar.zst
gsoc2013-empathy-02e603f5ac5f5f2751db2ce2cf63fd5ff090db5d.zip
empathy-main-window: remove trailing spaces
-rw-r--r--src/empathy-main-window.c6
-rw-r--r--src/empathy-main-window.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 5cbf877e5..640086d4a 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -17,7 +17,7 @@
* License along with this program; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
- *
+ *
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
@@ -165,7 +165,7 @@ main_window_flash_foreach (GtkTreeModel *model,
/* To make sure the parent is shown correctly, we emit
* the row-changed signal on the parent so it prompts
- * it to be refreshed by the filter func.
+ * it to be refreshed by the filter func.
*/
if (gtk_tree_model_iter_parent (model, &parent_iter, iter)) {
parent_path = gtk_tree_model_get_path (model, &parent_iter);
@@ -1053,7 +1053,7 @@ main_window_notify_sort_criterium_cb (EmpathyConf *conf,
g_free (str);
if (enum_value) {
- empathy_contact_list_store_set_sort_criterium (window->list_store,
+ empathy_contact_list_store_set_sort_criterium (window->list_store,
enum_value->value);
}
}
diff --git a/src/empathy-main-window.h b/src/empathy-main-window.h
index 7960c460c..83385c146 100644
--- a/src/empathy-main-window.h
+++ b/src/empathy-main-window.h
@@ -17,7 +17,7 @@
* License along with this program; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
- *
+ *
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/