[grisbi-cvs] grisbi/src main.c,1.163,1.164
Gunee
guneemwelloeux at users.sourceforge.net
Fri Jan 29 19:03:35 CET 2010
Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9084/src
Modified Files:
main.c
Log Message:
Win : Reading GTK theme rules from custom file for better looks.
Index: main.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/main.c,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- main.c 27 Jan 2010 22:46:26 -0000 1.163
+++ main.c 29 Jan 2010 18:03:32 -0000 1.164
@@ -118,6 +118,10 @@
#ifndef _WIN32
struct sigaction sig_sev;
#endif
+#ifdef _MSC_VER
+ gchar * gtkrc_file;
+#endif
+
cmdline_options opt;
gsb_cunit_run_tests();
@@ -150,6 +154,9 @@
setlocale (LC_ALL, "");
gtk_init(&argc, &argv);
+#ifdef _WIN32
+ win32_parse_gtkrc("gtkrc");
+#endif
/* on commence par détourner le signal SIGSEGV */
#ifndef _WIN32
More information about the cvs
mailing list