[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian-patches, updated. 1d08b628bfde8032d8a5ebe85aa99b3aedff419d

Sjoerd Simons sjoerd at luon.net
Wed Jan 7 18:32:21 UTC 2009


The following commit has been merged in the debian-patches branch:
commit 1d08b628bfde8032d8a5ebe85aa99b3aedff419d
Author: xclaesse <xclaesse at 4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Tue Jan 6 19:14:57 2009 +0000

    Set initial value for sound pref checkboxes.
    
    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2108 4ee84921-47dd-4033-b63a-18d7a039a3e4

diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index 75e51c7..3fe9498 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -290,7 +290,8 @@ preferences_sound_load (EmpathyPreferences *preferences)
 
 		gtk_list_store_insert_with_values (store, &iter, i,
 						   COL_SOUND_NAME, gettext (sound_entries[i].name),
-						   COL_SOUND_KEY, sound_entries[i].key, -1);
+						   COL_SOUND_KEY, sound_entries[i].key,
+						   COL_SOUND_ENABLED, set, -1);
 	}
 }
 

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list