~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to sources/rb-display-page.c

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "config.h"
30
30
 
31
31
#include "rb-display-page.h"
32
 
#include "rb-plugin.h"
 
32
#include "rb-shell.h"
33
33
#include "rb-debug.h"
34
34
#include "rb-util.h"
35
35
 
58
58
        GdkPixbuf *pixbuf;
59
59
        RBDisplayPage *parent;
60
60
 
61
 
        RBPlugin *plugin;
 
61
        GObject *plugin;
62
62
        RBShell *shell;
63
63
 
64
64
        gboolean deleted;
685
685
        g_object_class_install_property (object_class,
686
686
                                         PROP_PLUGIN,
687
687
                                         g_param_spec_object ("plugin",
688
 
                                                              "RBPlugin",
689
 
                                                              "RBPlugin instance for the plugin that created the page",
690
 
                                                              RB_TYPE_PLUGIN,
 
688
                                                              "plugin instance",
 
689
                                                              "plugin instance that created the page",
 
690
                                                              G_TYPE_OBJECT,
691
691
                                                              G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
692
692
        /**
693
693
         * RBDisplayPage::deleted: