gimp r25749 - in trunk: . app/core app/tools
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25749 - in trunk: . app/core app/tools
- Date: Thu, 22 May 2008 09:01:08 +0000 (UTC)
Author: neo
Date: Thu May 22 09:01:08 2008
New Revision: 25749
URL: http://svn.gnome.org/viewvc/gimp?rev=25749&view=rev
Log:
2008-05-22 Sven Neumann <sven gimp org>
* app/tools/gimp-tools.c (gimp_tools_init): added a call to
gimp_tool_options_create_folder().
* app/core/gimp-user-install.c (gimp_user_install_items): no need
to create the tool-options folder here if we are doing that on
each startup.
Modified:
trunk/ChangeLog
trunk/app/core/gimp-user-install.c
trunk/app/tools/gimp-tools.c
Modified: trunk/app/core/gimp-user-install.c
==============================================================================
--- trunk/app/core/gimp-user-install.c (original)
+++ trunk/app/core/gimp-user-install.c Thu May 22 09:01:08 2008
@@ -94,7 +94,6 @@
{ "templates", USER_INSTALL_MKDIR },
{ "themes", USER_INSTALL_MKDIR },
{ "tmp", USER_INSTALL_MKDIR },
- { "tool-options", USER_INSTALL_MKDIR },
{ "curves", USER_INSTALL_MKDIR },
{ "levels", USER_INSTALL_MKDIR },
{ "fractalexplorer", USER_INSTALL_MKDIR },
Modified: trunk/app/tools/gimp-tools.c
==============================================================================
--- trunk/app/tools/gimp-tools.c (original)
+++ trunk/app/tools/gimp-tools.c Thu May 22 09:01:08 2008
@@ -184,6 +184,8 @@
g_return_if_fail (GIMP_IS_GIMP (gimp));
+ gimp_tool_options_create_folder ();
+
tool_manager_init (gimp);
gimp_container_freeze (gimp->tool_info_list);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]