[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_0_0-382-ga48187b

Pierre Biava noreply at sourceforge.net
Mon Sep 26 22:59:52 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grisbi".

The branch, master has been updated
       via  a48187b293ea7ac0928174ef9c4685b60f541126 (commit)
      from  9879f8e4e19445571b043e40d177c02bee45f955 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit a48187b293ea7ac0928174ef9c4685b60f541126
Author: pbiava <pierre.biava at orange.fr>
Date:   Mon Sep 26 22:50:40 2016 +0200

    reducing the multiplier for to have a popup window above the combofix for the payees

diff --git a/src/gtk_combofix.c b/src/gtk_combofix.c
index c364fb3..7897a52 100644
--- a/src/gtk_combofix.c
+++ b/src/gtk_combofix.c
@@ -1635,7 +1635,7 @@ static gboolean gtk_combofix_set_popup_position ( GtkComboFix *combofix )
 
     if ( ( ( gdk_screen_height ( ) - y - allocation.height ) < height )
      &&
-     ( ( ( gdk_screen_height () - y ) * 3 ) < y ) )
+     ( ( ( gdk_screen_height () - y ) * 2 ) <= y ) )
     {
         /* popup on the top */
         if ( y > height )

-----------------------------------------------------------------------

Summary of changes:
 src/gtk_combofix.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list