[gnome-launch-box] dropped libgnomeui completely
- From: Sven Herzberg <herzi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-launch-box] dropped libgnomeui completely
- Date: Thu, 11 Feb 2010 13:35:46 +0000 (UTC)
commit b6bc9587de380b53e5d438218f5c6753eed5073b
Author: Sven Herzberg <herzi gnome-de org>
Date: Tue Feb 9 15:10:20 2010 +0100
dropped libgnomeui completely
* src/lb-module-files.c: dropped dead include
* src/lb-utils.c: dropped dead include and unused variable
src/lb-module-files.c | 1 -
src/lb-utils.c | 5 +----
2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/src/lb-module-files.c b/src/lb-module-files.c
index ed640b9..e88296a 100644
--- a/src/lb-module-files.c
+++ b/src/lb-module-files.c
@@ -28,7 +28,6 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtkicontheme.h>
#include <gconf/gconf-client.h>
-#include <libgnomeui/gnome-icon-lookup.h>
#include <libgnomevfs/gnome-vfs.h>
#include <libgnomevfs/gnome-vfs-mime-handlers.h>
#include <libgnomevfs/gnome-vfs-file-info.h>
diff --git a/src/lb-utils.c b/src/lb-utils.c
index 67122d9..cf3487d 100644
--- a/src/lb-utils.c
+++ b/src/lb-utils.c
@@ -30,13 +30,11 @@
#include <unistd.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <libgnomeui/gnome-icon-lookup.h>
#include <gtk/gtkicontheme.h>
#include "lb-utils.h"
static GtkIconTheme *icon_theme = NULL;
-static GnomeThumbnailFactory *thumbnail_factory = NULL;
static void
ensure_icon_theme (void)
@@ -46,7 +44,6 @@ ensure_icon_theme (void)
}
icon_theme = gtk_icon_theme_get_default ();
- thumbnail_factory = gnome_thumbnail_factory_new (GNOME_THUMBNAIL_SIZE_NORMAL);
}
gchar*
@@ -54,7 +51,7 @@ lb_string_to_slug (const gchar *str)
{
gchar *slug, *head;
const gchar *next;
- gunichar curr;
+ gunichar curr;
g_return_val_if_fail (str, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]