totem r5308 - in trunk: . src
- From: pwithnall svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5308 - in trunk: . src
- Date: Sun, 16 Mar 2008 14:58:40 +0000 (GMT)
Author: pwithnall
Date: Sun Mar 16 14:58:40 2008
New Revision: 5308
URL: http://svn.gnome.org/viewvc/totem?rev=5308&view=rev
Log:
2008-03-16 Philip Withnall <pwithnall svn gnome org>
* src/totem-video-indexer.c: (main):
* src/totem-video-thumbnailer.c: (main): Convert to GIO.
Modified:
trunk/ChangeLog
trunk/src/totem-video-indexer.c
trunk/src/totem-video-thumbnailer.c
Modified: trunk/src/totem-video-indexer.c
==============================================================================
--- trunk/src/totem-video-indexer.c (original)
+++ trunk/src/totem-video-indexer.c Sun Mar 16 14:58:40 2008
@@ -40,8 +40,6 @@
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
-#include <libgnomevfs/gnome-vfs-utils.h>
-#include <libgnomevfs/gnome-vfs-init.h>
#include <glib/gi18n.h>
#include "totem-resources.h"
@@ -171,7 +169,6 @@
gnome_authentication_manager_init ();
#endif
- gnome_vfs_init ();
if (g_option_context_parse (context, &argc, &argv, &error) == FALSE) {
g_print ("couldn't parse command-line options: %s\n", error->message);
g_error_free (error);
Modified: trunk/src/totem-video-thumbnailer.c
==============================================================================
--- trunk/src/totem-video-thumbnailer.c (original)
+++ trunk/src/totem-video-thumbnailer.c Sun Mar 16 14:58:40 2008
@@ -39,7 +39,6 @@
#ifndef HAVE_GTK_ONLY
#include <libgnomeui/gnome-authentication-manager.h>
#endif
-#include <libgnomevfs/gnome-vfs-init.h>
#include "bacon-video-widget.h"
#include "totem-resources.h"
@@ -470,8 +469,6 @@
}
#endif /* THUMB_DEBUG */
- gnome_vfs_init ();
-
#ifndef HAVE_GTK_ONLY
gnome_authentication_manager_init ();
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]