r2905 - in trunk/src/target/OM-2007.2/applications/openmoko-feedreader2: . src

zecke at sita.openmoko.org zecke at sita.openmoko.org
Tue Sep 4 18:23:35 CEST 2007


Author: zecke
Date: 2007-09-04 18:23:34 +0200 (Tue, 04 Sep 2007)
New Revision: 2905

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/src/main.c
Log:
2007-09-04  Holger Hans Peter Freyther  <zecke at selfish.org>

        Show the blog entry when selecting a item. This will switch
        the page of the GtkNotebook.

        * src/main.c:
        (feed_selection_changed):



Modified: trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog	2007-09-04 16:21:20 UTC (rev 2904)
+++ trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog	2007-09-04 16:23:34 UTC (rev 2905)
@@ -1,3 +1,11 @@
+2007-09-04  Holger Hans Peter Freyther  <zecke at selfish.org>
+
+        Show the blog entry when selecting a item. This will switch
+        the page of the GtkNotebook.
+
+        * src/main.c:
+        (feed_selection_changed):
+
 2007-08-10  Holger Hans Peter Freyther  <zecke at selfish.org>
 
         Untested change to save some space in the initial view. Move the

Modified: trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/src/main.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/src/main.c	2007-09-04 16:21:20 UTC (rev 2904)
+++ trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/src/main.c	2007-09-04 16:23:34 UTC (rev 2905)
@@ -53,6 +53,8 @@
 
     if (feed_selection_view_get_search_string (view))
         feed_item_view_highlight (data->view, feed_selection_view_get_search_string (view));
+
+    gtk_notebook_set_current_page (GTK_NOTEBOOK (data->notebook), 1);
 }
 
 /*





More information about the commitlog mailing list