[cheese/three-point-oh] add cheese icon path in order to show custom icons



commit 3703acf65ba3d490d94e0b6f6e470aad21663851
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Tue Jun 1 01:02:29 2010 +0200

    add cheese icon path in order to show custom icons

 valasrc/cheese-main.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/valasrc/cheese-main.vala b/valasrc/cheese-main.vala
index 11e22b7..5ac9884 100644
--- a/valasrc/cheese-main.vala
+++ b/valasrc/cheese-main.vala
@@ -52,6 +52,7 @@ public class Cheese.Main {
 		log_file = FileStream.open (GLib.Path.build_filename (log_file_dir, "cheese.log"), "w");
 		set_print_handler (print_handler);
 
+//		Gtk.IconTheme.get_default().append_search_path(GLib.Path.build_filename (Config.PACKAGE_DATADIR, "icons"));
 		Cheese.MainWindow main_window = new Cheese.MainWindow();
 		main_window.setup_ui();
 		main_window.destroy.connect(Gtk.main_quit);



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