diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-17 23:52:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-17 23:52:25 +0800 |
commit | 23c1956430766dd72294ca2ca5f79e199ad7ed3b (patch) | |
tree | e6acdd74f0da555864b072591d75309c1b836644 | |
parent | a3756aef6072819decc2dda3cf2530b5c85c4441 (diff) | |
download | gsoc2013-epiphany-23c1956430766dd72294ca2ca5f79e199ad7ed3b.tar gsoc2013-epiphany-23c1956430766dd72294ca2ca5f79e199ad7ed3b.tar.gz gsoc2013-epiphany-23c1956430766dd72294ca2ca5f79e199ad7ed3b.tar.bz2 gsoc2013-epiphany-23c1956430766dd72294ca2ca5f79e199ad7ed3b.tar.lz gsoc2013-epiphany-23c1956430766dd72294ca2ca5f79e199ad7ed3b.tar.xz gsoc2013-epiphany-23c1956430766dd72294ca2ca5f79e199ad7ed3b.tar.zst gsoc2013-epiphany-23c1956430766dd72294ca2ca5f79e199ad7ed3b.zip |
Remove stray g_print.
2005-07-17 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-helpers.c:
Remove stray g_print.
-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; |