You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.2 KiB
29 lines
1.2 KiB
16 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# Filename: package/.../cdrdao/sigcpp-api.patch
|
||
|
# Copyright (C) 2008 The OpenSDE Project
|
||
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This patch file is dual-licensed. It is available under the license the
|
||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||
|
# of the GNU General Public License as published by the Free Software
|
||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||
|
# version.
|
||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||
|
|
||
|
http://cdrdao.cvs.sourceforge.net/cdrdao/cdrdao/xdao/xcdrdao.cc?r1=1.30&r2=1.31&view=patch
|
||
|
--- cdrdao/xdao/xcdrdao.cc.orig 2007/08/15 14:24:49 1.30
|
||
|
+++ cdrdao/xdao/xcdrdao.cc 2007/09/11 08:58:42 1.31
|
||
|
@@ -144,7 +144,7 @@
|
||
|
installSignalHandler(SIGCHLD, signalHandler);
|
||
|
|
||
|
// setup periodic GUI updates
|
||
|
- Glib::signal_timeout().connect(SigC::slot(&guiUpdatePeriodic), 2000);
|
||
|
+ Glib::signal_timeout().connect(sigc::ptr_fun(&guiUpdatePeriodic), 2000);
|
||
|
|
||
|
installSignalHandler(SIGPIPE, SIG_IGN);
|
||
|
|