diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-07-22 23:12:10 +0200 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-07-22 23:12:10 +0200 |
commit | 6383dbb01af071843bd8089fd48f173540734148 (patch) | |
tree | 101cc9ea1b424973a7c43cd7ce7bb9c4f9ac66aa /src/player-item.c | |
parent | 944907b441affebd907605ccd1f825e801650427 (diff) | |
parent | 1777ee4291dc792ca3d4df087c8af23cd8458961 (diff) | |
download | ayatana-indicator-sound-6383dbb01af071843bd8089fd48f173540734148.tar.gz ayatana-indicator-sound-6383dbb01af071843bd8089fd48f173540734148.tar.bz2 ayatana-indicator-sound-6383dbb01af071843bd8089fd48f173540734148.zip |
Import upstream version 0.3.8
Diffstat (limited to 'src/player-item.c')
-rw-r--r-- | src/player-item.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/player-item.c b/src/player-item.c index f2a8a75..7546ca2 100644 --- a/src/player-item.c +++ b/src/player-item.c @@ -285,11 +285,6 @@ static gboolean player_item_ensure_valid_updates (GHashTable* data, GeeHashSet* result = FALSE; return result; } - if (g_hash_table_size (data) < gee_collection_get_size ((GeeCollection*) attributes)) { - g_warning ("player-item.vala:93: update hash was too small for the target"); - result = FALSE; - return result; - } result = TRUE; return result; } |