Set sensitivity on resize columns button.

svn path=/trunk/; revision=29764
This commit is contained in:
Stig Bjørlykke 2009-09-07 12:13:28 +00:00
parent 1eba4dca43
commit 5b1d0749de
1 changed files with 1 additions and 2 deletions

View File

@ -205,10 +205,9 @@ void set_toolbar_for_captured_packets(gboolean have_captured_packets) {
have_captured_packets);
gtk_widget_set_sensitive(GTK_WIDGET(zoom_100_button),
have_captured_packets);
#ifndef NEW_PACKET_LIST
gtk_widget_set_sensitive(GTK_WIDGET(resize_columns_button),
have_captured_packets);
#endif
/* XXX - I don't see a reason why this should be done (as it is in the
* menus) */
/* gtk_widget_set_sensitive(GTK_WIDGET(color_display_button),