Skip to content

Commit

Permalink
LaunchBar: Fixed compilation with old Vala
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed May 15, 2017
1 parent 124da65 commit c0de617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applets/core/launchbar/launchbar-config.vala
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ namespace LaunchBar
(this.get_toplevel() as Window,
DialogFlags.DESTROY_WITH_PARENT,
MessageType.ERROR,ButtonsType.CLOSE,
error_i18n);
"%s", error_i18n);
ValaPanel.apply_window_icon(msg as Gtk.Window);
msg.set_title(_("Error"));
msg.run();
Expand Down

0 comments on commit c0de617

Please sign in to comment.