aboutsummaryrefslogtreecommitdiff
path: root/src/editldap_basedn.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-03-27 03:03:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-03-27 03:03:29 +0000
commitc202fc92c7ccd3adb87b0fbdfc2b0a73f1a32aae (patch)
tree71daeaace11b4414f1aad24fa6dd8f9d7edb8a62 /src/editldap_basedn.c
parente6effb250999ccd1ba666506a36e11e815abe2cc (diff)
win32: made a workaround for the redraw problem in GTK+ 2.10.11.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1577 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/editldap_basedn.c')
-rw-r--r--src/editldap_basedn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editldap_basedn.c b/src/editldap_basedn.c
index a6e20afd..2e59b255 100644
--- a/src/editldap_basedn.c
+++ b/src/editldap_basedn.c
@@ -208,6 +208,7 @@ static void edit_ldap_bdn_create(void) {
gtk_clist_column_titles_show( GTK_CLIST(basedn_list) );
gtk_clist_set_column_title( GTK_CLIST(basedn_list), 0, _( "Available Search Base(s)" ) );
gtk_clist_set_selection_mode(GTK_CLIST(basedn_list), GTK_SELECTION_BROWSE);
+ gtkut_clist_set_redraw( GTK_CLIST(basedn_list) );
/* Status line */
hsbox = gtk_hbox_new(FALSE, 0);