mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
14 lines
346 B
Diff
14 lines
346 B
Diff
|
--- query-browser/source/linux/MQQueryDispatcher.cc.orig 2007-04-27 10:11:32.000000000 -0300
|
||
|
+++ query-browser/source/linux/MQQueryDispatcher.cc 2009-04-15 10:54:41.000000000 -0300
|
||
|
@@ -558,8 +558,8 @@
|
||
|
|
||
|
Gtk::Main::instance()->run();
|
||
|
|
||
|
- while(!req->is_complete())
|
||
|
- ;
|
||
|
+// while(!req->is_complete())
|
||
|
+// ;
|
||
|
|
||
|
return sps;
|
||
|
}
|