[gnome-web-photo: 15/24] Move TODO item from code to TODO file



commit e4a9de6ac0a6272db8189a27538cdbd355e71c3d
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Feb 16 18:51:10 2011 +0100

    Move TODO item from code to TODO file

 TODO                  |    5 +++++
 src/gnome-web-photo.c |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/TODO b/TODO
index 3ad0669..89207c8 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,8 @@
+Issues after webkit port:
+* PHOTO_MODE doesn't work for very tall pages (like pgo, see comment before
+  gtk_widget_set_size_request()). We can possibly use a GtkScrolledWindow to
+  make this work.
+
 Improvements:
 * Improve thumbnail creation time
 * Thumbnailing service? I.e. background process (which exits after some time without requests),
diff --git a/src/gnome-web-photo.c b/src/gnome-web-photo.c
index 2afe81d..50ca370 100644
--- a/src/gnome-web-photo.c
+++ b/src/gnome-web-photo.c
@@ -24,11 +24,6 @@
  *   Copyright (C) 2005 Christian Persch
  */
 
-/* TODO:
- * - PHOTO_MODE doesn't work for very tall pages (like pgo, see comment before
- *   gtk_widget_set_size_request()).
- */
-
 #include "config.h"
 
 #include <glib.h>



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