バグ #986 » 0001-.patch
core/mui/gtk_message_picker.rb | ||
---|---|---|
50 | 50 | |
51 | 51 |
def add_condition(expr = DEFAULT_CONDITION) |
52 | 52 |
pack = Gtk::HBox.new |
53 |
close = Gtk::Button.new.add(Skin['close.png'].pixbuf(width: 16, height: 16)).set_relief(Gtk::RELIEF_NONE)
|
|
53 |
close = Gtk::Button.new.add(Gtk::WebIcon.new(Skin.get_path('close.png'), 16, 16)).set_relief(Gtk::RELIEF_NONE)
|
|
54 | 54 |
close.signal_connect(:clicked){ |
55 | 55 |
@container.remove(pack) |
56 | 56 |
pack.destroy |