~ubuntu-branches/ubuntu/trusty/rhythmbox/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-22 03:30:41 UTC
  • mto: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20111122033041-szxjds5epwzk345s
Tags: upstream-2.90.1~git20111117.f101562
ImportĀ upstreamĀ versionĀ 2.90.1~git20111117.f101562

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        source_class->impl_want_uri = impl_want_uri;
185
185
        source_class->impl_add_uri = impl_add_uri;
186
186
 
187
 
        browser_source_class->impl_has_drop_support = (RBBrowserSourceFeatureFunc) rb_true_function;
 
187
        browser_source_class->has_drop_support = (RBBrowserSourceFeatureFunc) rb_true_function;
188
188
 
189
189
        g_type_class_add_private (klass, sizeof (RBLibrarySourcePrivate));
190
190
}
341
341
                                          "shell", shell,
342
342
                                          "pixbuf", icon,
343
343
                                          "populate", FALSE,            /* wait until the database is loaded */
 
344
                                          "toolbar-path", "/LibrarySourceToolBar",
344
345
                                          "settings", g_settings_get_child (settings, "source"),
345
346
                                          NULL));
346
347
        if (icon != NULL) {