summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-06-08 03:16:02 +0000
committerDavid Robillard <d@drobilla.net>2007-06-08 03:16:02 +0000
commitb11af4da2f170107124f5fb171a826d7ebb003fb (patch)
tree7d36b69c8bdabdfb62324177351851a3c166789b /src/main.cpp
parentfa8289b45fbc3d161f90b57df43eef5ed0f2e054 (diff)
downloadpatchage-b11af4da2f170107124f5fb171a826d7ebb003fb.tar.gz
patchage-b11af4da2f170107124f5fb171a826d7ebb003fb.tar.bz2
patchage-b11af4da2f170107124f5fb171a826d7ebb003fb.zip
Link against, and initialize, glib threads.
git-svn-id: http://svn.drobilla.net/lad/patchage@533 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 42195e1..c17e3e0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,6 +32,8 @@ int main(int argc, char** argv)
{
try {
+ Glib::thread_init();
+
Gnome::Canvas::init();
Gtk::Main app(argc, argv);