Mercurial > mplayer.hg
changeset 36059:8cc06dccebbb
Don't allow the about box to be user-resizable.
author | ib |
---|---|
date | Thu, 04 Apr 2013 18:11:15 +0000 |
parents | ecd7b4e543bf |
children | edd8b2707e03 |
files | gui/dialog/about.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/about.c Thu Apr 04 18:01:27 2013 +0000 +++ b/gui/dialog/about.c Thu Apr 04 18:11:15 2013 +0000 @@ -64,7 +64,7 @@ gtk_widget_set_usize( About,340,415 ); gtk_window_set_title( GTK_WINDOW( About ),MSGTR_About ); gtk_window_set_position( GTK_WINDOW( About ),GTK_WIN_POS_CENTER ); - gtk_window_set_policy( GTK_WINDOW( About ),TRUE,FALSE,FALSE ); + gtk_window_set_policy( GTK_WINDOW( About ),FALSE,FALSE,TRUE ); gtk_window_set_wmclass( GTK_WINDOW( About ),"About",MPlayer ); gtk_widget_realize( About );