gnumeric r17227 - trunk/src/dialogs
- From: mortenw svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r17227 - trunk/src/dialogs
- Date: Fri, 20 Mar 2009 13:18:20 +0000 (UTC)
Author: mortenw
Date: Fri Mar 20 13:18:20 2009
New Revision: 17227
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17227&view=rev
Log:
Turn off searching in quit dialog. It looks silly.
Modified:
trunk/src/dialogs/dialog-quit.c
Modified: trunk/src/dialogs/dialog-quit.c
==============================================================================
--- trunk/src/dialogs/dialog-quit.c (original)
+++ trunk/src/dialogs/dialog-quit.c Fri Mar 20 13:18:20 2009
@@ -220,6 +220,7 @@
gtk_dialog_set_default_response (dialog, GTK_RESPONSE_OK);
tree = (GtkTreeView *)gtk_tree_view_new ();
+ gtk_tree_view_set_enable_search (tree, FALSE);
gtk_container_add (GTK_CONTAINER (scrollw), GTK_WIDGET (tree));
gtk_tree_view_set_model (tree, GTK_TREE_MODEL (list));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]