summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorEduard Roccatello <eduard@roccatello.it>2006-05-18 16:00:31 +0000
committerEduard Roccatello <eduard@roccatello.it>2006-05-18 16:00:31 +0000
commitab8a527864de178da319a1b667cf34a5401ba824 (patch)
treec633f5a00ecbaa4c068c52279c713cff8bb90d07 /src/main.c
parentb3dde289a85d00b7ef5b0ab43d80607f375dcc8f (diff)
downloadxfce4-appfinder-ab8a527864de178da319a1b667cf34a5401ba824.tar.gz
Resize disabled on information window
(Old svn revision: 21715)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7929a08..9a1b7cd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -209,6 +209,7 @@ callbackInformationMenuActivate (GtkMenuItem *menuitem, gpointer menu)
icon = xfce_inline_icon_at_size (default_icon_data_48_48, 32, 32);
gtk_window_set_icon (GTK_WINDOW (dialog), icon);
+ gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
vbox = GTK_DIALOG (dialog)->vbox;
gtk_container_set_border_width (GTK_CONTAINER (vbox), 2);