/pidgin/main: fc3bb5ccd0eb: Reorder GtkIMHtml drag IDs to (mostl...
Elliott Sales de Andrade
qulogic at pidgin.im
Thu Jul 26 17:59:18 EDT 2012
Changeset: fc3bb5ccd0ebdf96f257a3fa2e38460f34ddc410
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2012-07-25 19:34 -0400
Branch: default
URL: http://hg.pidgin.im/pidgin/main/rev/fc3bb5ccd0eb
Description:
Reorder GtkIMHtml drag IDs to (mostly) match WebKit's.
diffstat:
pidgin/gtkimhtml.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff --git a/pidgin/gtkimhtml.h b/pidgin/gtkimhtml.h
--- a/pidgin/gtkimhtml.h
+++ b/pidgin/gtkimhtml.h
@@ -175,12 +175,12 @@ typedef enum {
} GtkIMHtmlOptions;
enum {
- GTK_IMHTML_DRAG_URL = 0,
- GTK_IMHTML_DRAG_HTML,
+ GTK_IMHTML_DRAG_HTML = 0,
+ GTK_IMHTML_DRAG_TEXT,
GTK_IMHTML_DRAG_UTF8_STRING,
+ GTK_IMHTML_DRAG_URL,
GTK_IMHTML_DRAG_COMPOUND_TEXT,
GTK_IMHTML_DRAG_STRING,
- GTK_IMHTML_DRAG_TEXT,
GTK_IMHTML_DRAG_NUM
};
More information about the Commits
mailing list