* Modified directory structure of the configuration.
[Silver.git] / silver-conf-editor / main.c
blobee3f5056e1a593cd6dc94c00e3739a6acee5c0cf
1 #include "confeditor.h"
3 int main (int argc, char *argv[])
5 gtk_init(&argc, &argv);
6 init_confeditor();
7 gtk_main();
9 return 0;