projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8b974
)
Use non-deprecated function g_idle_add
author
John Darrington
<john@darrington.wattle.id.au>
Thu, 12 Jul 2007 06:33:51 +0000
(06:33 +0000)
committer
John Darrington
<john@darrington.wattle.id.au>
Thu, 12 Jul 2007 06:33:51 +0000
(06:33 +0000)
src/ui/gui/main.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/main.c
b/src/ui/gui/main.c
index 6a38d7259ee4aaec22d75344958634783188326f..bab489a5aad88b13072822e4b113df887b8094a4 100644
(file)
--- a/
src/ui/gui/main.c
+++ b/
src/ui/gui/main.c
@@
-124,7
+124,7
@@
main (int argc, char *argv[])
if ( show_splash )
gtk_widget_show (splash_window);
- g
tk
_idle_add (quit_one_loop, 0);
+ g_idle_add (quit_one_loop, 0);
gtk_quit_add (0, run_inner_loop, splash_window);
gtk_main ();