diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-file-helpers.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2005-07-17 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-file-helpers.c: + + Remove stray g_print. + +2005-07-17 Christian Persch <chpe@cvs.gnome.org> + * data/mime-types-permissions.xml: Make sure we know about all mime types that totem can accept. diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index d84b568c9..318c89407 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -834,8 +834,6 @@ ephy_file_launch_desktop_file (const char *filename, for (i = 0; dirs[i] != NULL; i++) { - g_print ("Looking in path: %s\n", dirs[i]); - path = g_build_filename (dirs[i], "applications", filename, NULL); if (g_file_test (path, G_FILE_TEST_IS_REGULAR)) break; |