[evince] Fwd: Glib-GObject warning in evince




---------- Forwarded message ----------
From: Eejya Singh <singh eejya gmail com>
Date: Sun, Sep 21, 2014 at 10:31 PM
Subject: Glib-GObject warning in evince
To: gnome-love <gnome-love gnome org>


Hi,
In relation to the bug (link : https://bugzilla.gnome.org/show_bug.cgi?id=733755) I'm trying to fix, I checked out the ev-sidebar-layers.c file in the evince/shell folder.
When I run the following line in gdb :
gtk_tree_view_column_set_attributes (column, renderer,
                         "active", EV_DOCUMENT_LAYERS_COLUMN_VISIBLE,
                         "activatable", EV_DOCUMENT_LAYERS_COLUMN_ENABLED,
                         "visible", EV_DOCUMENT_LAYERS_COLUMN_SHOWTOGGLE,
                         "sensitive", EV_DOCUMENT_LAYERS_COLUMN_ENABLED,
                         NULL);
I get the warning below:
GLib-GObject-WARNING **: gsignal.c:2461: signal 'active' is invalid for instance '0xabe8b0' of type 'GimpCellRendererToggle'

I checked out the GimpCellRendererToggle's attribute values and "active" is one of them. I dont understand what is causing the warning. Also, I'm new here so I'm not sure if I'm on the right track for solving the bug. Any guidance on the matter would be appreciated :)

Regards

Eejya






--
Eejya Singh,
2nd year undergraduate,
Computer Science,
BITS Pilani Goa Campus


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