2006-08-10 James Livingston <doclivingston@gmail.com>
commit02647b344e12056b688fe0c2518f444678edff84
authorjrl <jrl>
Thu, 10 Aug 2006 05:35:06 +0000 (10 05:35 +0000)
committerjrl <jrl>
Thu, 10 Aug 2006 05:35:06 +0000 (10 05:35 +0000)
treebfc6dae3d80e7f8178a72c5a74b459738ea70b40
parenta89883065cfbc7f680f3c2b0aecb520961922bae
2006-08-10  James Livingston  <doclivingston@gmail.com>

* daapsharing/rb-daap-connection.c: (connection_connected),
(connection_disconnected), (connection_operation_done):
* daapsharing/rb-daap-share.c: (name_collision_cb):
* plugins/generic-player/rb-generic-player-source.c:
(rb_generic_player_source_load_playlists):
* podcast/rb-podcast-manager.c:
(rb_podcast_manager_download_entry),
(rb_podcast_manager_sync_head_cb), (rb_podcast_manager_next_file),
(end_job), (rb_podcast_manager_event_loop):
* rhythmdb/rhythmdb-property-model.c:
(rhythmdb_property_model_perform_sync):
* rhythmdb/rhythmdb-query-model.c: (idle_process_update_idle),
(rhythmdb_query_model_process_update), (idle_process_update),
(rhythmdb_query_model_reapply_query_cb):
* shell/rb-play-order.c: (sync_playing_entry_cb):
* shell/rb-removable-media-manager.c:
(rb_removable_media_manager_load_media):
* shell/rb-shell-clipboard.c: (rb_shell_clipboard_sync_idle),
(rb_shell_clipboard_sync),
(rb_shell_clipboard_entryview_changed_cb),
(rb_shell_clipboard_entries_changed_cb),
(rb_shell_clipboard_playlist_deleted_cb), (rebuild_playlist_menu),
(rebuild_playlist_menu_idle),
(rb_shell_clipboard_playlist_added_cb):
* shell/rb-shell-player.c: (notify_playing_idle),
(rb_shell_player_jump_to_current_idle), (_idle_unblock_signal_cb):
* shell/rb-shell.c: (idle_save_playlist_manager), (quit_timeout),
(rb_shell_quit):
* sources/rb-ipod-source.c: (load_ipod_db_idle_cb):
* sources/rb-library-source.c: (add_child_sources_idle):
* sources/rb-playlist-source-recorder.c: (response_idle_cb),
(burn_cd_idle):
* sources/rb-source.c: (update_visibility_idle):
* widgets/bacon-volume.c: (button_timeout), (cb_button_timeout),
(cb_button_press):
* widgets/rb-druid.c: (idle_set_sensitive):
* widgets/rb-entry-view.c: (rb_entry_view_emit_selection_changed):
take the GDK lock when we should be, from #348588
19 files changed:
ChangeLog
daapsharing/rb-daap-connection.c
daapsharing/rb-daap-share.c
plugins/generic-player/rb-generic-player-source.c
podcast/rb-podcast-manager.c
rhythmdb/rhythmdb-property-model.c
rhythmdb/rhythmdb-query-model.c
shell/rb-play-order.c
shell/rb-removable-media-manager.c
shell/rb-shell-clipboard.c
shell/rb-shell-player.c
shell/rb-shell.c
sources/rb-ipod-source.c
sources/rb-library-source.c
sources/rb-playlist-source-recorder.c
sources/rb-source.c
widgets/bacon-volume.c
widgets/rb-druid.c
widgets/rb-entry-view.c