make filter gui window not resizable by user
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 20 Jun 2007 20:30:19 +0000 (20:30 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 20 Jun 2007 20:30:19 +0000 (20:30 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2544 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/filter/filter.c

index ad22efcaf2dc8f24041b56537a8d4c67263c72cf..66108652e08061c69766f72a62cbf8c8e8afcd90 100644 (file)
@@ -223,6 +223,7 @@ gui_filter(LttvPlugin *plugin)
   gtk_window_set_transient_for(GTK_WINDOW(fvd->f_window),
       GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(fvd->plugin->top_widget))));
   gtk_window_set_destroy_with_parent(GTK_WINDOW(fvd->f_window), TRUE);
+  gtk_window_set_resizable(GTK_WINDOW(fvd->f_window), FALSE);
 
   /* 
    * Initiating GtkTable layout 
This page took 0.027 seconds and 4 git commands to generate.