Updating branch refs/heads/master
         to 5a0bd5f711fdf7939ca1309a0dcca4db90cab7d5 (commit)
       from 74a4abef472f434eddec4207087c497d82b7cd7e (commit)

commit 5a0bd5f711fdf7939ca1309a0dcca4db90cab7d5
Author: Matthew Blosser <edelstahlra...@gmail.com>
Date:   Tue Dec 6 13:47:30 2011 -0500

    Replaced the dash with a space in one instance of "thumbnail-bar".
    
    Signed-off-by: Stephan Arts <step...@xfce.org>

 src/thumbnail_bar.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/thumbnail_bar.c b/src/thumbnail_bar.c
index 6e8ed18..d6764bf 100644
--- a/src/thumbnail_bar.c
+++ b/src/thumbnail_bar.c
@@ -213,7 +213,7 @@ rstto_thumbnail_bar_class_init(RsttoThumbnailBarClass 
*bar_class)
        gtk_widget_class_install_style_property (widget_class,
                g_param_spec_int ("border-width",
                _("border width"),
-               _("the border width of the thumbnail-bar"),
+               _("the border width of the thumbnail bar"),
                0, G_MAXINT, 0,
                G_PARAM_READABLE));
 
@@ -664,8 +664,6 @@ rstto_thumbnail_bar_remove(GtkContainer *container, 
GtkWidget *child)
 
        g_return_if_fail(GTK_IS_WIDGET(child));
 
-    if (bar->priv->thumbnailer == NULL)
-        return;
 
        widget_was_visible = GTK_WIDGET_VISIBLE(child);
 
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to