[Xfce4-commits] <ristretto:ristretto-0.3> Remove too new api

Stephan Arts noreply at xfce.org
Fri Apr 27 19:42:01 CEST 2012


Updating branch refs/heads/ristretto-0.3
         to cee93e7263ed6719a41125980306c1e4267657e9 (commit)
       from 37c8a8e6a798ae8c5e01236148b610bf64688ac3 (commit)

commit cee93e7263ed6719a41125980306c1e4267657e9
Author: Stephan Arts <stephan at xfce.org>
Date:   Fri Apr 27 19:40:24 2012 +0200

    Remove too new api

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

diff --git a/src/thumbnailer.c b/src/thumbnailer.c
index bbb37ce..1f8a907 100644
--- a/src/thumbnailer.c
+++ b/src/thumbnailer.c
@@ -434,8 +434,8 @@ rstto_thumbnailer_queue_request_timer (
                         "Install <b>Tumbler</b> or another <i>thumbnailing daemon</i>\n"
                         "to resolve this issue.")
                         );
-                vbox = gtk_message_dialog_get_message_area (
-                        GTK_MESSAGE_DIALOG (error_dialog));
+                vbox = gtk_dialog_get_content_area (
+                        GTK_DIALOG (error_dialog));
 
                 do_not_show_checkbox = gtk_check_button_new_with_mnemonic (
                         _("Do _not show this message again"));


More information about the Xfce4-commits mailing list