summaryrefslogtreecommitdiffstats
path: root/src/text-context.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-07-03 12:07:22 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-07-03 12:07:22 +0000
commitf7c10de0c22d6bc367d6791e98aa12065b797a56 (patch)
treeac63b29f5077f3560196a290144283a6e22b33cf /src/text-context.cpp
parentGTK+ cleanup: gtk_object_sink (diff)
downloadinkscape-f7c10de0c22d6bc367d6791e98aa12065b797a56.tar.gz
inkscape-f7c10de0c22d6bc367d6791e98aa12065b797a56.zip
GTK+ cleanup: gtk_timeout_add
(bzr r10412)
Diffstat (limited to 'src/text-context.cpp')
-rw-r--r--src/text-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-context.cpp b/src/text-context.cpp
index 3ef346ebe..89944a602 100644
--- a/src/text-context.cpp
+++ b/src/text-context.cpp
@@ -215,7 +215,7 @@ sp_text_context_setup(SPEventContext *ec)
SP_CTRLRECT(tc->frame)->setColor(0x0000ff7f, false, 0);
sp_canvas_item_hide(tc->frame);
- tc->timeout = gtk_timeout_add(timeout, (GtkFunction) sp_text_context_timeout, ec);
+ tc->timeout = g_timeout_add(timeout, (GSourceFunc) sp_text_context_timeout, ec);
tc->imc = gtk_im_multicontext_new();
if (tc->imc) {