Skip to content

Commit

Permalink
Disable url_hook in About dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwarthog authored and morevnaproject committed Oct 31, 2014
1 parent 26ccd52 commit 81017d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synfig-studio/src/gui/dialogs/about.cpp
Expand Up @@ -107,7 +107,8 @@ About::About()
set_version(VERSION);
set_comments(_("2D vector animation studio"));

set_url_hook(sigc::mem_fun(*this, &About::on_link_clicked));
// TODO: set_url_hook bot works in GTK3
//set_url_hook(sigc::mem_fun(*this, &About::on_link_clicked));
set_website("http://synfig.org/");
set_website_label(_("Visit the Synfig website"));

Expand Down

0 comments on commit 81017d8

Please sign in to comment.