Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
udev-browse
udev-browse-ListStore.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File udev-browse-ListStore.patch of Package udev-browse
Index: udev-browse-0.3/udev-browse.vala =================================================================== --- udev-browse-0.3.orig/udev-browse.vala +++ udev-browse-0.3/udev-browse.vala @@ -58,7 +58,7 @@ public class MainWindow : Window { private TreeView property_view; private TreeStore device_model; - private ListStore property_model; + private Gtk.ListStore property_model; private RightLabel name_label; private RightLabel subsystem_label; @@ -98,7 +98,7 @@ public class MainWindow : Window { client.uevent.connect(uevent); device_model = new TreeStore(3, typeof(string), typeof(string), typeof(string)); - property_model = new ListStore(2, typeof(string), typeof(string)); + property_model = new Gtk.ListStore(2, typeof(string), typeof(string)); device_view = new TreeView.with_model(device_model); property_view = new TreeView.with_model(property_model);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor