vcl/unx/gtk/app/gtksys.cxx | 2 +- xmlhelp/prj/makefile.mk | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit fc092dfc88fd72599c1dc0d4b42943b429428481 Author: David Tardon <[email protected]> Date: Sun Apr 29 09:49:50 2012 +0200 xmlhelp is gbuild module Change-Id: I5ee788733364ecc8d63a12c8758ab3fc901ab38a diff --git a/xmlhelp/prj/dmake b/xmlhelp/prj/dmake deleted file mode 100644 index e69de29..0000000 diff --git a/xmlhelp/prj/makefile.mk b/xmlhelp/prj/makefile.mk deleted file mode 100644 index 0997622..0000000 --- a/xmlhelp/prj/makefile.mk +++ /dev/null @@ -1 +0,0 @@ -.INCLUDE : gbuildbridge.mk commit 9d5da4e1d12c224286f871b28b7df31215f67d31 Author: David Tardon <[email protected]> Date: Thu Apr 26 06:36:22 2012 +0200 incrementing index twice in one run seems wrong diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx index bf3fba7..3927dbf 100644 --- a/vcl/unx/gtk/app/gtksys.cxx +++ b/vcl/unx/gtk/app/gtksys.cxx @@ -89,7 +89,7 @@ GtkSalSystem::getScreenMonitorFromIdx (GdkDisplay *pDisplay, int nIdx, gint &nMo GdkScreen *pScreen = NULL; for (gint i = 0; i < gdk_display_get_n_screens (pDisplay); i++) { - pScreen = gdk_display_get_screen (pDisplay, i++); + pScreen = gdk_display_get_screen (pDisplay, i); if (!pScreen) break; if (nIdx > gdk_screen_get_n_monitors (pScreen)) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
