[pan2: 235/268] from master :further improve on flags : mark all flagged



commit 24f469889c8aca10bcad3a0b270c6d18ac61d52c
Author: Heinrich MÃller <henmull src gnome org>
Date:   Mon Dec 5 00:54:14 2011 +0100

    from master :further improve on flags : mark all flagged

 pan/gui/gui.cc        |    6 ++++++
 pan/gui/header-pane.h |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/pan/gui/gui.cc b/pan/gui/gui.cc
index 0ad9389..ced541b 100644
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -1177,6 +1177,12 @@ GUI :: do_mark_all_flagged()
 }
 
 void
+GUI :: do_mark_all_flagged()
+{
+  _header_pane->mark_all_flagged();
+}
+
+void
 GUI :: step_bookmarks(int step)
 {
   _header_pane->move_to_next_bookmark(step);
diff --git a/pan/gui/header-pane.h b/pan/gui/header-pane.h
index a29e021..f821845 100644
--- a/pan/gui/header-pane.h
+++ b/pan/gui/header-pane.h
@@ -105,6 +105,7 @@ namespace pan
       void read_previous_thread ();
       void read_parent_article ();
 
+      void mark_all_flagged ();
       void move_to_next_bookmark(int);
 
     private:



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