[pygobject] pygi-convert.sh: Do not comment out set_cell_data_func() calls; these should be ported properly



commit a000627ec3904b9414ce375aec8d144fc0c26248
Author: Martin Pitt <martin pitt ubuntu com>
Date:   Tue Jan 18 18:29:50 2011 +0100

    pygi-convert.sh: Do not comment out set_cell_data_func() calls; these should be ported properly

 pygi-convert.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 26f5cea..0fc7dc3 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -201,7 +201,6 @@ for f in $FILES_TO_CONVERT; do
     -pe "s/gobject.GObject.__init__\(self, self._model_filter\)/gobject.GObject.__init__\(self, model=self._model_filter\)/g;" \
     -pe "s/self._model_filter.set_visible_func/return;self._model_filter.set_visible_func/g;" \
     -pe "s/buddies_column.set_cell_data_func/return;buddies_column.set_cell_data_func/g;" \
-    -pe "s/ column.set_cell_data_func/# column.set_cell_data_func/g;" \
     -pe "s/Hippo\.cairo_surface_from_gdk_pixbuf/SugarExt\.cairo_surface_from_pixbuf/g;" \
 \
     -pe "s/import pynotify\n/from gi.repository import Notify\n/g;" \



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