[nautilus] desktop-canvas-view-container: chain up to the parent



commit ae470f6b8388d64ada54b3f4b91a5719ca5da686
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Apr 12 16:24:01 2016 +0200

    desktop-canvas-view-container: chain up to the parent
    
    Same mistake as previous commit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712620

 src/nautilus-desktop-canvas-view-container.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/nautilus-desktop-canvas-view-container.c b/src/nautilus-desktop-canvas-view-container.c
index 9ab442c..23db902 100644
--- a/src/nautilus-desktop-canvas-view-container.c
+++ b/src/nautilus-desktop-canvas-view-container.c
@@ -152,11 +152,11 @@ real_get_icon_text (NautilusCanvasContainer  *container,
       return;
     }
 
-  return NAUTILUS_CANVAS_CONTAINER_CLASS (G_OBJECT_GET_CLASS (container))->get_icon_text (container,
-                                                                                          data,
-                                                                                          editable_text,
-                                                                                          additional_text,
-                                                                                          include_invisible);
+  return NAUTILUS_CANVAS_CONTAINER_CLASS 
(nautilus_desktop_canvas_view_container_parent_class)->get_icon_text (container,
+                                                                                                             
  data,
+                                                                                                             
  editable_text,
+                                                                                                             
  additional_text,
+                                                                                                             
  include_invisible);
 }
 
 static char *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]