gimp r25240 - in trunk: . app/display
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25240 - in trunk: . app/display
- Date: Wed, 26 Mar 2008 13:47:59 +0000 (GMT)
Author: mitch
Date: Wed Mar 26 13:47:58 2008
New Revision: 25240
URL: http://svn.gnome.org/viewvc/gimp?rev=25240&view=rev
Log:
2008-03-26 Michael Natterer <mitch gimp org>
* app/display/gimpdisplayshell-callbacks.c
(gimp_display_shell_canvas_realize): don't set an initial cursor
so we get the desktop default cursor after starting GIMP.
Modified:
trunk/ChangeLog
trunk/app/display/gimpdisplayshell-callbacks.c
Modified: trunk/app/display/gimpdisplayshell-callbacks.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-callbacks.c (original)
+++ trunk/app/display/gimpdisplayshell-callbacks.c Wed Mar 26 13:47:58 2008
@@ -51,7 +51,6 @@
#include "widgets/gimpcontrollers.h"
#include "widgets/gimpcontrollerkeyboard.h"
#include "widgets/gimpcontrollerwheel.h"
-#include "widgets/gimpcursor.h"
#include "widgets/gimpdevices.h"
#include "widgets/gimpdialogfactory.h"
#include "widgets/gimpuimanager.h"
@@ -247,12 +246,6 @@
G_CALLBACK (gimp_display_shell_vscrollbar_update),
shell);
- /* set the initial cursor */
- gimp_display_shell_set_cursor (shell,
- GDK_TOP_LEFT_ARROW,
- GIMP_TOOL_CURSOR_NONE,
- GIMP_CURSOR_MODIFIER_NONE);
-
/* allow shrinking */
gtk_widget_set_size_request (GTK_WIDGET (shell), 0, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]