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:
74ddfcb
)
Remove inappropriate call to gtk_window_set_keep_above
fc11-i386-build31
fc11-x64-build28
lenny-x64-build52
sid-i386-build100
author
John Darrington
<john@darrington.wattle.id.au>
Sat, 7 Nov 2009 07:39:07 +0000
(08:39 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Sat, 7 Nov 2009 07:39:07 +0000
(08:39 +0100)
Thanks to Hugo Florentino for reporting this problem.
src/ui/gui/about.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/about.c
b/src/ui/gui/about.c
index f520762fc1f090647b2af3d446aeae3808a6e575..85185b3931f47633c7d943b3731d5db30df95f49 100644
(file)
--- a/
src/ui/gui/about.c
+++ b/
src/ui/gui/about.c
@@
-78,8
+78,6
@@
about_new (GtkMenuItem *m, GtkWindow *parent)
gtk_window_set_modal (GTK_WINDOW (about), TRUE);
- gtk_window_set_keep_above (GTK_WINDOW (about), TRUE);
-
gtk_dialog_run (GTK_DIALOG (about));
gtk_widget_hide (about);