Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 37867368c3258f97a112f40938285ae3 > files > 3

mysql-gui-tools-5.0-1.r14.6mdv2010.1.src.rpm

--- source/linux/MAdministrator.cc
+++ source/linux/MAdministrator.cc
@@ -802,7 +802,7 @@
   if (!Glib::file_test(path, Glib::FILE_TEST_EXISTS))
     path= "/usr/share/doc/packages/mysql-administrator/administrator.html"; // location in SUSE^M
 
-  g_spawn_command_line_async(ufmt("gnome-help ghelp:///%s >& /dev/null",path.c_str()).c_str(), NULL);
+  g_spawn_command_line_async(ufmt("xdg-open %s",path.c_str()).c_str(), NULL);
 }
 
 /*