From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-03-26 00:35:59
|
https://bugzilla.gnome.org/show_bug.cgi?id=613972 gnome-perl | Gtk2 | unspecified --- Comment #2 from Kevin Ryde <us...@zi...> 2010-03-26 00:35:50 UTC --- Ah, I see, copied because it's hard to call a varargs. Is there a reason it's Gtk2->show_about_dialog and not Gtk2::AboutDialog->show_about_dialog? If the latter I wondered if called on a subclass like MyAboutDialogSubclass->show_about_dialog it could create an instance of the subclass, instead of always gtk_about_dialog_new(). -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |