diff options
-rw-r--r-- | www/bluefish-devel/files/patch-src_fref.c | 13 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-descr | 8 |
2 files changed, 13 insertions, 8 deletions
diff --git a/www/bluefish-devel/files/patch-src_fref.c b/www/bluefish-devel/files/patch-src_fref.c new file mode 100644 index 00000000000..a6e08d36f13 --- /dev/null +++ b/www/bluefish-devel/files/patch-src_fref.c @@ -0,0 +1,13 @@ +--- src/fref.c.orig Fri Oct 31 22:36:50 2003 ++++ src/fref.c Sun Nov 9 17:10:58 2003 +@@ -1784,9 +1784,9 @@ + } Tfref_cleanup; + + static guint fref_idle_cleanup(Tfref_cleanup *data) { +- DEBUG_MSG("fref_idle_cleanup, started for data=%s\n",data->cat); + GtkTreeIter iter; + gboolean cont = TRUE; ++ DEBUG_MSG("fref_idle_cleanup, started for data=%s\n",data->cat); + gtk_tree_model_get_iter_first(GTK_TREE_MODEL(FREFDATA(main_v->frefdata)->store),&iter); + while (cont) { + gchar *str; diff --git a/www/bluefish-devel/pkg-descr b/www/bluefish-devel/pkg-descr index 6784ce71f12..f81fd072fdf 100644 --- a/www/bluefish-devel/pkg-descr +++ b/www/bluefish-devel/pkg-descr @@ -3,13 +3,5 @@ PHP, SSI, and RXML. It is designed for the experienced web designer. Note: This is the development version for bluefish using gtk2. -It will be released as 1.0 when it contains all of the features -of 0.7 (gtk1 version). - -[taken from porting file] -- Translations are still in the works. -- Some people prefer the old style file browser, need to rethink that. -- function references for php etc. are not done yet. -- WML support is not yet ported. WWW: http://bluefish.openoffice.nl/ |