[grilo] [core] Removed trailing whitespaces
- From: Iago Toral Quiroga <itoral src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] [core] Removed trailing whitespaces
- Date: Mon, 14 Jun 2010 15:04:48 +0000 (UTC)
commit 07103d869948ecfd063bbd3d631cf02790541cc4
Author: Iago Toral Quiroga <itoral igalia com>
Date: Wed Jun 2 08:27:51 2010 +0200
[core] Removed trailing whitespaces
src/grl-multiple.c | 8 ++++----
tools/grilo-test-ui/main.c | 1 -
2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/grl-multiple.c b/src/grl-multiple.c
index 9dabe44..6cec5ca 100644
--- a/src/grl-multiple.c
+++ b/src/grl-multiple.c
@@ -63,7 +63,7 @@ multiple_search_cb (GrlMediaSource *source,
diff = 0;
g_hash_table_insert (msd->table, source, GINT_TO_POINTER (source_remaining - 1));
}
-
+
msd->remaining -= diff;
msd->user_callback (source,
@@ -72,7 +72,7 @@ multiple_search_cb (GrlMediaSource *source,
msd->remaining,
msd->user_data,
NULL);
-
+
if (msd->remaining == 0) {
g_debug ("Multiple operation finished (%u)", msd->search_id);
g_hash_table_unref (msd->table);
@@ -125,7 +125,7 @@ grl_multiple_search (const gchar *text,
msd->remaining = count - 1;
msd->user_callback = callback;
msd->user_data = user_data;
-
+
/* Execute multiple search */
for (n = 0; sources[n]; n++) {
GrlMediaSource *source;
@@ -134,7 +134,7 @@ grl_multiple_search (const gchar *text,
source = GRL_MEDIA_SOURCE (sources[n]);
if (n == 0) {
- c = first_count;
+ c = first_count;
msd->search_id = grl_media_source_gen_browse_id (source);
} else {
c = individual_count;
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index 7e81563..e9d9ead 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -1147,7 +1147,6 @@ search_combo_setup (void)
SEARCH_MODEL_SOURCE, NULL,
SEARCH_MODEL_NAME, "All",
-1);
-
gtk_combo_box_set_active (GTK_COMBO_BOX (view->search_combo), 0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]