Revision: 1480
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1480&view=rev
Author:   nadvornik
Date:     2009-03-06 14:42:32 +0000 (Fri, 06 Mar 2009)

Log Message:
-----------
enable wrap mode in comment pane

Modified Paths:
--------------
    trunk/src/bar_comment.c

Modified: trunk/src/bar_comment.c
===================================================================
--- trunk/src/bar_comment.c     2009-03-06 14:24:11 UTC (rev 1479)
+++ trunk/src/bar_comment.c     2009-03-06 14:42:32 UTC (rev 1480)
@@ -243,6 +243,7 @@
        gtk_widget_show(scrolled);
 
        pcd->comment_view = gtk_text_view_new();
+       gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(pcd->comment_view), 
GTK_WRAP_WORD);
        gtk_container_add(GTK_CONTAINER(scrolled), pcd->comment_view);
        g_signal_connect(G_OBJECT(pcd->comment_view), "populate-popup",
                         G_CALLBACK(bar_pane_comment_populate_popup), pcd);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to