[Xfce4-commits] <thunar:master> Allow resizing of chooser dialog.

Nick Schermer noreply at xfce.org
Sat Oct 20 19:40:01 CEST 2012


Updating branch refs/heads/master
         to c55f3dc995138ce78d33525db62adddb4a744d4d (commit)
       from dada966eae39a370bae5f9bf13dee8786a2ae28c (commit)

commit c55f3dc995138ce78d33525db62adddb4a744d4d
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Oct 20 19:38:17 2012 +0200

    Allow resizing of chooser dialog.

 thunar/thunar-chooser-dialog.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-chooser-dialog.c b/thunar/thunar-chooser-dialog.c
index 1c778f2..b67834a 100644
--- a/thunar/thunar-chooser-dialog.c
+++ b/thunar/thunar-chooser-dialog.c
@@ -185,7 +185,6 @@ thunar_chooser_dialog_init (ThunarChooserDialog *dialog)
 
   /* setup basic window properties */
   gtk_window_set_destroy_with_parent (GTK_WINDOW (dialog), TRUE);
-  gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
   gtk_window_set_title (GTK_WINDOW (dialog), _("Open With"));
 
   /* create the main widget box */


More information about the Xfce4-commits mailing list