Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 114117
Collapse All | Expand All

(-)/usr/share/pybliographer/Pyblio/GnomeUI/Editor.py (+7 lines)
Lines 25-30 Link Here
25
25
26
import re, string
26
import re, string
27
from gnome import ui
27
from gnome import ui
28
if "gnome_error_dialog_parented" not in ui.__dict__:
29
	def gnome_error_dialog_parented(string, parent):
30
		dialog = gtk.MessageDialog(parent, gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT, gtk.MESSAGE_ERROR, gtk.BUTTONS_OK, string)
31
		dialog.run()
32
		dialog.hide()
33
	ui.gnome_error_dialog_parented = gnome_error_dialog_parented
34
28
import gtk
35
import gtk
29
36
30
import copy, re
37
import copy, re

Return to bug 114117