ToastFreeware
/
gregoa
/
zavai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
078331c
)
Removed old comments
author
Enrico Zini
<enrico@enricozini.org>
Thu, 10 Dec 2009 14:07:19 +0000
(14:07 +0000)
committer
Enrico Zini
<enrico@enricozini.org>
Thu, 10 Dec 2009 14:07:19 +0000
(14:07 +0000)
src/fisheye.vala
patch
|
blob
|
history
diff --git
a/src/fisheye.vala
b/src/fisheye.vala
index 7375d59635da7e3d7795d4b1f38441a0a431fdad..a09bee9c780e55234519dc8e9be7e71066a29c70 100644
(file)
--- a/
src/fisheye.vala
+++ b/
src/fisheye.vala
@@
-330,12
+330,6
@@
public class FisheyeListView : Gtk.DrawingArea
if (focus_first + focus_info.length > label_cache.length)
focus_first = label_cache.length - focus_info.length;
if (focus_first + focus_info.length > label_cache.length)
focus_first = label_cache.length - focus_info.length;
- /*
- int full_focus_start = anchor_y - (_focus_size/2) * max_renderer_size;
- int full_focus_end = anchor_y + (_focus_size/2) * max_renderer_size;
- int steps_start = full_focus_start - focus_step_size;
- */
-
int cur_pos = 0;
int cur_idx = 0;
int focus_area_pre = 0;
int cur_pos = 0;
int cur_idx = 0;
int focus_area_pre = 0;
@@
-572,7
+566,6
@@
public class Fisheye : Gtk.Window
flv.set_model(model);
flv.row_activated += on_row_activated;
flv.set_model(model);
flv.row_activated += on_row_activated;
- //stderr.printf("Mouse released on %d %s\n", cur_el, label_cache[cur_el]);
}
public void on_row_activated(Gtk.TreePath path)
}
public void on_row_activated(Gtk.TreePath path)