2007-07-17 [paul] 2.10.0cvs33
authorPaul Mangan <paul@claws-mail.org>
Tue, 17 Jul 2007 06:19:04 +0000 (06:19 +0000)
committerPaul Mangan <paul@claws-mail.org>
Tue, 17 Jul 2007 06:19:04 +0000 (06:19 +0000)
* src/edittags.c
fix 'apply tags' dialogue weirdness

ChangeLog
PATCHSETS
configure.ac
src/edittags.c

index 8f576f75d4185c0d9f96e2476771d53cf70e1984..6820f3d03342ca5c755e4ad08c9671aba0de49d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-17 [paul]      2.10.0cvs33
+
+       * src/edittags.c
+               fix 'apply tags' dialogue weirdness
+
 2007-07-16 [colin]     2.10.0cvs32
 
        * src/toolbar.c
index ad0c4a17782dae50315220cf62f9a27816449ced..56b4454ef8f654870e63f3a1b0fa035f9638504b 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/edittags.c;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/edittags.h;  cvs diff -u -r 1.274.2.198 -r 1.274.2.199 src/mainwindow.c;  cvs diff -u -r 1.83.2.110 -r 1.83.2.111 src/mimeview.c;  cvs diff -u -r 1.20.2.21 -r 1.20.2.22 src/mimeview.h;  cvs diff -u -r 1.25.2.41 -r 1.25.2.42 src/stock_pixmap.c;  cvs diff -u -r 1.395.2.311 -r 1.395.2.312 src/summaryview.c;  cvs diff -u -r 1.5.2.10 -r 1.5.2.11 src/gtk/gtkvscrollbutton.c;  ) > 2.10.0cvs30.patchset
 ( cvs diff -u -r 1.94.2.138 -r 1.94.2.139 src/messageview.c;  ) > 2.10.0cvs31.patchset
 ( cvs diff -u -r 1.43.2.75 -r 1.43.2.76 src/toolbar.c;  ) > 2.10.0cvs32.patchset
+( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/edittags.c;  ) > 2.10.0cvs33.patchset
index aa8156bf7a8be018a68787c39ba62a080782c8a0..4417e2bb7140930b27e85bcfdabec8de406a007b 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=10
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=32
+EXTRA_VERSION=33
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 6ec316bfe46ad2d95be5b0e5aa79e298863cab59..a356b489bfd6740a79dc88b74d7a36bfb83d1b3f 100644 (file)
@@ -646,7 +646,7 @@ static void apply_window_create_list_view_columns(GtkWidget *list_view)
                     "activatable", TRUE,
                     NULL);
        column = gtk_tree_view_column_new_with_attributes
-               (_(""),
+               ("",
                 renderer,
                 "active", TAG_SELECTED,
                 "inconsistent", TAG_SELECTED_INCONSISTENT,