jonathasborges1 / gconf-cleaner

Automatically exported from code.google.com/p/gconf-cleaner
GNU General Public License v2.0
0 stars 0 forks source link

about dialog URL button click does nothing #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The project URL button is disabled from opening the URL by registering a
callback that does nothing. If the following line were removed main.c the
default behavior of using gtk_show_uri() would be restored.

gtk_about_dialog_set_url_hook(_gconf_cleaner_about_url_cb, NULL, NULL);

Original issue reported on code.google.com by thomas.j...@gmail.com on 23 Feb 2010 at 5:09