gimp r24988 - in branches/gimp-2-4: . app/gui
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24988 - in branches/gimp-2-4: . app/gui
- Date: Wed, 27 Feb 2008 07:39:26 +0000 (GMT)
Author: neo
Date: Wed Feb 27 07:39:26 2008
New Revision: 24988
URL: http://svn.gnome.org/viewvc/gimp?rev=24988&view=rev
Log:
2008-02-27 Sven Neumann <sven gimp org>
Merged from trunk:
* app/gui/gui-vtable.c (gui_display_create): added a sanity
check
which might help to catch the problem reported in bug #518905.
Modified:
branches/gimp-2-4/ChangeLog
branches/gimp-2-4/NEWS
branches/gimp-2-4/app/gui/gui-vtable.c
Modified: branches/gimp-2-4/NEWS
==============================================================================
--- branches/gimp-2-4/NEWS (original)
+++ branches/gimp-2-4/NEWS Wed Feb 27 07:39:26 2008
@@ -25,13 +25,15 @@
plug-ins (bug #516369)
- added default keyboard shortcut for "Paste As New Image" (Ctrl-Shift-V)
- added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C)
+- fixed missing preview update in Curves tool (bug #518012)
+- fixed a bug in the Frosty Logo script (bug #472316)
- translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
Contributors:
- Sven Neumann, Michael Natterer, Bill Skaggs, Ulf-D. Ehlert,
- Giuliano Pochini
+ Sven Neumann, Michael Natterer, Bill Skaggs, Kevin Cozens,
+ Ulf-D. Ehlert, Giuliano Pochini, LightningIsMyName
Modified: branches/gimp-2-4/app/gui/gui-vtable.c
==============================================================================
--- branches/gimp-2-4/app/gui/gui-vtable.c (original)
+++ branches/gimp-2-4/app/gui/gui-vtable.c Wed Feb 27 07:39:26 2008
@@ -285,6 +285,8 @@
image_managers = gimp_ui_managers_from_name ("<Image>");
+ g_return_val_if_fail (image_managers != NULL, NULL);
+
display = gimp_display_new (image, unit, scale,
global_menu_factory,
image_managers->data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]