[gnome-power-manager/gnome-2-32] trivial: remove some duplicated code



commit d2782a70a419c8cfc1b0aacf22b8c23f05a4e437
Author: Richard Hughes <richard hughsie com>
Date:   Fri Apr 30 10:23:32 2010 +0100

    trivial: remove some duplicated code

 src/gpm-statistics.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c
index f92ea16..0b7058d 100644
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
@@ -1537,10 +1537,6 @@ main (int argc, char *argv[])
 	/* get data from gconf */
 	gconf_client = gconf_client_get_default ();
 
-	/* add application specific icons to search path */
-	gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
-                                           GPM_DATA G_DIR_SEPARATOR_S "icons");
-
 	/* get UI */
 	builder = gtk_builder_new ();
 	retval = gtk_builder_add_from_file (builder, GPM_DATA "/gpm-statistics.ui", &error);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]