summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-10-16 20:00:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-10-16 20:00:00 (GMT)
commit5fcd4f54c5ca87ca9dfd9529d7b83bbec9aff64a (patch)
tree033981b0662791abf274ad33b4f33d47c3437382 /src/main.c
parenta30fc1056877860593c19498738775c0ac43794d (diff)
Prevented some mistakes pointed by Melkor.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@599 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index cae6426..85e0908 100644
--- a/src/main.c
+++ b/src/main.c
@@ -36,7 +36,6 @@
#include "core/params.h"
#include "glibext/delayed.h"
#include "glibext/gbinportion.h"
-#include "gtkext/support.h"
#include "gtkext/theme.h"
#include "plugins/pglist.h"
#include "../revision.h"
@@ -127,8 +126,8 @@ int main(int argc, char **argv)
*/
/*LIBXML_TEST_VERSION*/
- add_pixmap_directory(PACKAGE_DATA_DIR);
- add_pixmap_directory(PACKAGE_SOURCE_DIR G_DIR_SEPARATOR_S "pixmaps");
+ //add_pixmap_directory(PACKAGE_DATA_DIR);
+ //add_pixmap_directory(PACKAGE_SOURCE_DIR G_DIR_SEPARATOR_S "pixmaps");
/* Création de l'interface */