[Xfce4-commits] <xfdesktop:master> Use PANGO_ELLIPSIZE_START instead of EXO_PANGO_ELLIPSIZE_START.

Jannis Pohlmann jannis at xfce.org
Tue Aug 18 13:12:01 CEST 2009


Updating branch refs/heads/master
         to 418e94f3fb0a04f90244b3c9ff7742019058831a (commit)
       from 169dc58f293eb1b73b78ab2bc962bc8cfec49f4b (commit)

commit 418e94f3fb0a04f90244b3c9ff7742019058831a
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue Aug 18 13:09:52 2009 +0200

    Use PANGO_ELLIPSIZE_START instead of EXO_PANGO_ELLIPSIZE_START.

 src/xfdesktop-file-properties-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xfdesktop-file-properties-dialog.c b/src/xfdesktop-file-properties-dialog.c
index d68cde4..0c54703 100644
--- a/src/xfdesktop-file-properties-dialog.c
+++ b/src/xfdesktop-file-properties-dialog.c
@@ -243,7 +243,7 @@ xfdesktop_file_properties_dialog_show(GtkWindow *parent,
             display_name = g_filename_display_name(link_name);
             lbl = gtk_label_new(display_name);
             g_object_set(G_OBJECT(lbl),
-                         "ellipsize", EXO_PANGO_ELLIPSIZE_START,
+                         "ellipsize", PANGO_ELLIPSIZE_START,
                          NULL);
             g_free(display_name);
             g_free(link_name);



More information about the Xfce4-commits mailing list