Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 900432 Details for
Bug 1102793
Error: gtk-builder-error-quark: Invalid signal `toggled' for type `GtkCellRendererToggle' on line 207 (12)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
simple reproducer
toggle.py (text/x-python), 1.36 KB, created by
David Shea
on 2014-05-29 16:10:46 UTC
(
hide
)
Description:
simple reproducer
Filename:
MIME Type:
Creator:
David Shea
Created:
2014-05-29 16:10:46 UTC
Size:
1.36 KB
patch
obsolete
>from gi.repository import Gtk > >builder = Gtk.Builder() >builder.add_from_string(""" ><?xml version="1.0" encoding="UTF-8"?> ><!-- Generated with glade 3.18.3 --> ><interface> > <requires lib="gtk+" version="3.12"/> > <object class="GtkListStore" id="liststore1"> > <columns> > <!-- column-name use --> > <column type="gboolean"/> > </columns> > </object> > <object class="GtkWindow" id="window1"> > <property name="can_focus">False</property> > <child> > <object class="GtkTreeView" id="treeview1"> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="model">liststore1</property> > <child internal-child="selection"> > <object class="GtkTreeSelection" id="treeview-selection1"/> > </child> > <child> > <object class="GtkTreeViewColumn" id="treeviewcolumn1"> > <property name="title" translatable="yes">column</property> > <child> > <object class="GtkCellRendererToggle" id="cellrenderertoggle1"> > <signal name="toggled" handler="on_cellrenderertoggle1_toggled" swapped="no"/> > </object> > <attributes> > <attribute name="active">0</attribute> > </attributes> > </child> > </object> > </child> > </object> > </child> > </object> ></interface> >""")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1102793
:
900381
|
900382
|
900383
|
900384
|
900385
|
900386
|
900387
|
900388
|
900389
|
900390
| 900432