Mercurial > mplayer.hg
changeset 36065:070c711825ea
Don't allow the URL dialog to be user-shrinkable.
Remove the policy and use the default.
author | ib |
---|---|
date | Thu, 04 Apr 2013 19:18:11 +0000 |
parents | f8611a48fd57 |
children | 2c0e238bc070 |
files | gui/dialog/url.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/url.c Thu Apr 04 19:15:11 2013 +0000 +++ b/gui/dialog/url.c Thu Apr 04 19:18:11 2013 +0000 @@ -89,7 +89,6 @@ gtk_widget_set_usize(URLDialog, 384, -1); gtk_window_set_title(GTK_WINDOW(URLDialog), MSGTR_Network); gtk_window_set_position(GTK_WINDOW(URLDialog), GTK_WIN_POS_CENTER); - gtk_window_set_policy(GTK_WINDOW(URLDialog), TRUE, TRUE, FALSE); gtk_window_set_wmclass(GTK_WINDOW(URLDialog), "Network", MPlayer); gtk_widget_realize(URLDialog);