From 1c4f44ccb3e3edab847c17ef958e7fbe13e2fe90 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 19 Dec 2016 15:14:41 +0300 Subject: snippets plugin: MESSAGE_INFORMATION doesn't exist, use MESSAGE_INFO --- plugins/snippets/snippets/Manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/snippets') diff --git a/plugins/snippets/snippets/Manager.py b/plugins/snippets/snippets/Manager.py index 96220c6e..4c58a3b3 100755 --- a/plugins/snippets/snippets/Manager.py +++ b/plugins/snippets/snippets/Manager.py @@ -878,7 +878,7 @@ class Manager: if len(export_snippets) == 0 and show_dialogs: message = _('There are no snippets selected to be exported') - message_dialog(self.dlg, gtk.MESSAGE_INFORMATION, message) + message_dialog(self.dlg, gtk.MESSAGE_INFO, message) return False if not filename: @@ -948,7 +948,7 @@ class Manager: dlg.destroy() message = _('There are no snippets selected to be exported') - message_dialog(self.dlg, gtk.MESSAGE_INFORMATION, message) + message_dialog(self.dlg, gtk.MESSAGE_INFO, message) return dlg.add_filter(self.file_filter(_('All supported archives'), ('*.gz','*.bz2','*.tar'))) -- cgit v1.2.1