[gthumb/ext] fixed command order
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] fixed command order
- Date: Sun, 20 Sep 2009 17:08:44 +0000 (UTC)
commit c0fef2b19db194a746ac15316b6347114cde6734
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Sep 20 19:06:27 2009 +0200
fixed command order
extensions/file_tools/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/file_tools/main.c b/extensions/file_tools/main.c
index 94d0c36..a32f69c 100644
--- a/extensions/file_tools/main.c
+++ b/extensions/file_tools/main.c
@@ -42,8 +42,8 @@ gthumb_extension_activate (void)
gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_SAVE_AS);
gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_UNDO);
gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_REDO);
- gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_ADJUST_COLORS);
gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_ENHANCE);
+ gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_ADJUST_COLORS);
gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_EQUALIZE);
gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_DESATURATE);
gth_main_register_type ("file-tools", GTH_TYPE_FILE_TOOL_CROP);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]