summaryrefslogtreecommitdiff
path: root/fpicker/source/unx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-06-18 08:50:11 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-06-18 08:50:11 +0100
commitc92be3b3f01fc3259f071b40be3177a16ad70bbc (patch)
tree3d4a535c8ed4ee0356b6e1161d40866cd03309b6 /fpicker/source/unx
parent688cd7df7133074e9ab71858639ff24ec2b2b0d1 (diff)
gtkfpicker9: #i112386# gdk_threads_add_timeout_full unavailable on older glibs
Diffstat (limited to 'fpicker/source/unx')
-rw-r--r--fpicker/source/unx/gnome/SalGtkPicker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkPicker.cxx b/fpicker/source/unx/gnome/SalGtkPicker.cxx
index f908a27775..c5a977bcbc 100644
--- a/fpicker/source/unx/gnome/SalGtkPicker.cxx
+++ b/fpicker/source/unx/gnome/SalGtkPicker.cxx
@@ -175,7 +175,7 @@ void SAL_CALL RunDialog::windowOpened( const ::com::sun::star::lang::EventObject
throw (::com::sun::star::uno::RuntimeException)
{
GdkThreadLock aLock;
- gdk_threads_add_timeout_full(G_PRIORITY_HIGH_IDLE, 0, (GSourceFunc)canceldialog, this, NULL);
+ g_timeout_add_full(G_PRIORITY_HIGH_IDLE, 0, (GSourceFunc)canceldialog, this, NULL);
}
void RunDialog::cancel()