summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-14 17:39:56 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-14 17:39:56 +0100
commit1e62058198dfc1d299117742c4bddc7441c2f076 (patch)
treeed11a5c9a5fbab10684b2f904e400112cdd8233a /src/Gui
parentf97428655a81cea935fd0a8cc93af83e712df299 (diff)
downloadabrt-1e62058198dfc1d299117742c4bddc7441c2f076.tar.gz
abrt-1e62058198dfc1d299117742c4bddc7441c2f076.tar.xz
abrt-1e62058198dfc1d299117742c4bddc7441c2f076.zip
GUI: enabled searching in the main window
- just write the package name
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/ccgui.glade2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 652e6ff5..3050d656 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -265,6 +265,8 @@ Patrick Connelly &lt;pcon@fedoraproject.org&gt;</property>
<widget class="GtkTreeView" id="tvDumps">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="reorderable">True</property>
+ <property name="search_column">1</property>
</widget>
</child>
</widget>