[gnome-db] row_selected problem and possible fix



Hi

db grid emits row_selected() only when the first row is selected
(db_list appears to behave the same way).

In gnome-db-grid.c 407 line ia
if (iter_info && iter_info->row == 0) {
Removed row==0 condition and now the grid behaves as desired, it emits
the signal on any selected row.

Why was the condition there?

-- 
Marius Andreiana
Galuna - Solutii Linux in Romania
http://www.galuna.ro




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]