[cheese/three-point-oh] of course without any comments ;)



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

    of course without any comments ;)

 valasrc/cheese-main.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/valasrc/cheese-main.vala b/valasrc/cheese-main.vala
index 5ac9884..85748ae 100644
--- a/valasrc/cheese-main.vala
+++ b/valasrc/cheese-main.vala
@@ -52,7 +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"));
+		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]