---------- Forwarded message ----------
From: Eejya Singh <[email protected]>
Date: Sun, Sep 21, 2014 at 10:31 PM
Subject: Glib-GObject warning in evince
To: gnome-love <[email protected]>


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
_______________________________________________
evince-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/evince-list

Reply via email to