Revision: 1451
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1451&view=rev
Author:   zas_
Date:     2009-03-01 15:28:06 +0000 (Sun, 01 Mar 2009)

Log Message:
-----------
Add an ellipse when the file name is truncated.

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

Modified: trunk/src/bar.c
===================================================================
--- trunk/src/bar.c     2009-03-01 15:15:37 UTC (rev 1450)
+++ trunk/src/bar.c     2009-03-01 15:28:06 UTC (rev 1451)
@@ -357,6 +357,7 @@
        gtk_widget_show(sizer);
 
        bd->label_file_name = gtk_label_new("");
+       gtk_label_set_ellipsize(GTK_LABEL(bd->label_file_name), 
PANGO_ELLIPSIZE_END);
        gtk_label_set_selectable(GTK_LABEL(bd->label_file_name), TRUE);
        gtk_misc_set_alignment(GTK_MISC(bd->label_file_name), 0.5, 0.5);
        gtk_box_pack_start(GTK_BOX(box), bd->label_file_name, TRUE, TRUE, 0);


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