[cheese] parse our custom gtkrc file to hide the thumbview arrows



commit 2bd2218a3dc4e9775f2a59b2334adc5daa16cb9d
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Sun Aug 8 21:31:28 2010 +0200

    parse our custom gtkrc file to hide the thumbview arrows

 src/cheese-main.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/cheese-main.vala b/src/cheese-main.vala
index 773b590..134cc4b 100644
--- a/src/cheese-main.vala
+++ b/src/cheese-main.vala
@@ -68,6 +68,8 @@ public class Cheese.Main
     Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8");
     Intl.textdomain (Config.GETTEXT_PACKAGE);
 
+    Gtk.rc_parse (GLib.Path.build_filename (Config.PACKAGE_DATADIR, "gtkrc"));
+
     Gtk.init (ref args);
     Clutter.init (ref args);
 



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