[cheese/three-point-oh] add cheese icon path in order to show custom icons
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/three-point-oh] add cheese icon path in order to show custom icons
- Date: Mon, 31 May 2010 23:04:01 +0000 (UTC)
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]