Am Di den 4. Nov 2008 um 18:20 schrieb Laurent MONIN: > > 1. A patch to revert commit 1141 as it breaks the build! > > No way to decompress this one.
Hmmm.. I did send it uncompressed but the mailing list was holding it back. So I include it to that mail again. > > 2. A change of the debugging method that allow selecting the debugging > > level with binary selection. > > 3. This patch is basing on number 2. It is introducing that every (well, > > nearly, see the patch note) function call can be printed with debug > > leven 5 (32). > > I'm unsure about these patches. Vladimir, what are you thinking about those ? Not more I had expected. :-) Well, it is a big change but only for debugging. I found it very useful to find out what is exactly done. However, I am not unhappy if it will not find the way in the repository. But at least the information about the functions I left out cause of many calls can be used to improve geeqie. Regards Klaus Ethgen -- Klaus Ethgen http://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B
>From 3c775813c6976b6b304fadc1c7418f178ce3781e Mon Sep 17 00:00:00 2001 From: Klaus Ethgen <[EMAIL PROTECTED]> Date: Wed, 29 Oct 2008 20:48:42 +0100 Subject: [PATCH] Reverting svn commit 1141 (git commit f895b875) as it make the stuff uncompilable with gtk+ >= 2.12.0. --- src/ui_tree_edit.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ui_tree_edit.c b/src/ui_tree_edit.c index 3323dd8..a917093 100644 --- a/src/ui_tree_edit.c +++ b/src/ui_tree_edit.c @@ -266,8 +266,7 @@ gint tree_view_get_cell_origin(GtkTreeView *widget, GtkTreePath *tpath, gint col * use x_offset instead for X scroll (sigh) */ gtk_tree_view_get_cell_area(widget, tpath, tv_column, &rect); -// #if GTK_CHECK_VERSION(2,12,0) -#if 0 +#if GTK_CHECK_VERSION(2,12,0) //FIXME: these functions are not equivalent gtk_tree_view_convert_bin_window_to_widget_coords(widget, 0, 0, &x_offset, &y_offset); #else @@ -365,8 +364,7 @@ gint tree_view_row_get_visibility(GtkTreeView *widget, GtkTreeIter *iter, gint f gtk_tree_path_free(tpath); -// #if GTK_CHECK_VERSION(2,12,0) -#if 0 +#if GTK_CHECK_VERSION(2,12,0) //FIXME: these functions are not equivalent gtk_tree_view_convert_bin_window_to_widget_coords(widget, crect.x, crect.y, &cx, &cy); #else -- 1.5.5.1
signature.asc
Description: Digital signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Geeqie-devel mailing list Geeqie-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geeqie-devel