~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal-proposed

« back to all changes in this revision

Viewing changes to podcast/rb-podcast-main-source.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Rico Tzschichholz
  • Date: 2011-12-05 19:31:23 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20111205193123-89047p8yplb0w1vx
Tags: 2.90.1~20111126.89c872b0-0ubuntu1
* Upload the new version to Ubuntu, should solve those issues:
  - the lack of rhythmbox-client command (lp: #875064)
  - the music sharing preferences dialog (lp: #894153)
  - several segfaults (lp: #859195, #814614)
* debian/control.in:
  - let the rhythmbox gir depends on gir1.2-peas-1.0 (lp: #874973)

[ Rico Tzschichholz ]
* New upstream git snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                                          "name", _("Podcasts"),
71
71
                                          "shell", shell,
72
72
                                          "entry-type", RHYTHMDB_ENTRY_TYPE_PODCAST_POST,
73
 
                                          "search-type", RB_SOURCE_SEARCH_INCREMENTAL,
74
73
                                          "podcast-manager", podcast_manager,
75
74
                                          "base-query", base_query,
76
75
                                          "settings", g_settings_get_child (settings, "source"),
 
76
                                          "toolbar-path", "/PodcastSourceToolBar",
77
77
                                          NULL));
78
78
        g_object_unref (settings);
79
79