|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-03-31 22:48:01
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=425006 gnome-perl | Gtk2 | Ver: unspecified Summary: Add a note about the hooks in the AboutDialog Product: gnome-perl Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: emm...@em... QAContact: gtk...@li... BugsThisDependsOn: 425004 GNOME version: Unspecified GNOME milestone: Unspecified +++ This bug was initially created as a clone of Bug #425004 +++ [this is also a bug upstream, but the perl bindings should add a note too.] the website and email links are made clickable only if the url and email hooks have been set before setting the 'website' and 'email' properties; if you set the hooks after that, the links won't be clickable. the documentation should mention that the order is important, so a paragraph should be added, either in the main class description or in the hook setters function description: 'When setting the website and email hooks for the Gtk2::AboutDialog widget, you should remember that the order is important: you should set the hook functions before setting the website and email URL properties, like this: $about_dialog->set_url_hook(\&launch_web_browser); $about_dialog->set_website($app_website); otherwise the AboutDialog widget will not display the website and the email addresses as clickable.' -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=425006. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-03-31 22:49:16
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=425006 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #1 from Emmanuele Bassi 2007-03-31 22:49 UTC ------- Created an attachment (id=85632) --> (http://bugzilla.gnome.org/attachment.cgi?id=85632&action=view) patch fixing the documentation -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=425006. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-04-01 01:34:56
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=425006 gnome-perl | Gtk2 | Ver: unspecified muppet changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sc...@as... ------- Comment #2 from muppet 2007-04-01 01:34 UTC ------- Patch looks good to me. Please commit. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=425006. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-04-04 09:27:20
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=425006 gnome-perl | Gtk2 | Ver: unspecified Emmanuele Bassi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #3 from Emmanuele Bassi 2007-04-04 09:27 UTC ------- 2007-04-04 Emmanuele Bassi <eb...@gn...> * xs/GtkAboutDialog.xs: Add a note about the order of the webmail and email properties and the url and email hook functions. (#425006) -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=425006. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-11-26 16:50:59
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=425006 gnome-perl | Gtk2 | Ver: unspecified Bug 425006 depends on bug 425004, which changed state. Bug 425004 Summary: Add a note about the hooks in the AboutDialog http://bugzilla.gnome.org/show_bug.cgi?id=425004 What |Old Value |New Value ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=425006. |