Skip to content

Commit

Permalink
console plugin: fix crash on wayland
Browse files Browse the repository at this point in the history
- https://bugzilla.gnome.org/show_bug.cgi?id=781945
- Crashes when the window hint is 'utility'
  • Loading branch information
virtuald committed Apr 29, 2017
1 parent 5442a9e commit 69e492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/console/console_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="title" translatable="yes" comments="Window title">Simple Console</property>
<property name="default_width">450</property>
<property name="default_height">250</property>
<property name="type_hint">utility</property>
<property name="destroy_with_parent">True</property>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
Expand Down

0 comments on commit 69e492e

Please sign in to comment.