~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to sources/rb-browser-source.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-04-03 17:23:01 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20140403172301-1fd16h8r1nr8ytno
Tags: 3.0.2-0ubuntu1
* New upstream bugfix version (lp: #1296334)
* Clean patches included in the update
* debian/librhythmbox-core8.symbols:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
        rb_source_search_basic_register (RHYTHMDB_PROP_COMPOSER_FOLDED, "composer", _("Search composers"));
317
317
        rb_source_search_basic_register (RHYTHMDB_PROP_ALBUM_FOLDED, "album", _("Search albums"));
318
318
        rb_source_search_basic_register (RHYTHMDB_PROP_TITLE_FOLDED, "title", _("Search titles"));
 
319
        rb_source_search_basic_register (RHYTHMDB_PROP_GENRE_FOLDED, "genre", _("Search genres"));
319
320
        
320
321
        section = g_menu_new ();
321
322
        rb_source_search_add_to_menu (section, "app", source->priv->search_action, "search-match");
 
323
        rb_source_search_add_to_menu (section, "app", source->priv->search_action, "genre");
322
324
        rb_source_search_add_to_menu (section, "app", source->priv->search_action, "artist");
323
325
        rb_source_search_add_to_menu (section, "app", source->priv->search_action, "composer");
324
326
        rb_source_search_add_to_menu (section, "app", source->priv->search_action, "album");