~jibel/synaptic/bug.513460

« back to all changes in this revision

Viewing changes to gtk/rgaboutpanel.cc

  • Committer: Michael Vogt
  • Date: 2010-01-13 14:53:29 UTC
  • Revision ID: michael.vogt@ubuntu.com-20100113145329-m7lxdd6o6wzmem9i
* gtk/rgaboutpanel.cc:
  - fix FTBFS with gcc-4.5 (closes: #565077)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
   RGAboutPanel *me = (RGAboutPanel *) data;
60
60
 
61
61
   if (me->credits == NULL) {
62
 
      me->credits = new RGCreditsPanel::RGCreditsPanel(me);
 
62
      me->credits = new RGCreditsPanel(me);
63
63
   }
64
64
   me->credits->setTitle(_("Credits"));
65
65