summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-01-12 19:14:33 +0100
committerAlexander Larsson <alexl@redhat.com>2012-01-16 14:19:16 +0100
commit4f0cc6572bcf823c1d5834ed323ed296c414a112 (patch)
treed77b8192c217fa27c44a07eaf6cd6767fc63e6e9 /gtk/gtkmain.c
parent739ab8548d1d59a9b10fa6ec6a077ddf0ea8c206 (diff)
downloadgtk+-4f0cc6572bcf823c1d5834ed323ed296c414a112.tar.gz
Add Gtk resource file with the default CSS file
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index a0bcf0f3ea..d6c5f72e2e 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -122,6 +122,7 @@
#include "gtkmodulesprivate.h"
#include "gtkprivate.h"
#include "gtkrecentmanager.h"
+#include "gtkresources.h"
#include "gtkselectionprivate.h"
#include "gtksettingsprivate.h"
#include "gtktooltip.h"
@@ -709,6 +710,8 @@ do_post_parse_initialization (int *argc,
g_warning ("Whoever translated default:LTR did so wrongly.\n");
}
+ _gtk_register_resource ();
+
/* do what the call to gtk_type_init() used to do */
g_type_init ();