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

(-)LaTeXPlugin/Settings.py (-2 / +2 lines)
Lines 28-34 Link Here
28
from builder.Profile import Profile, FILTER_RUBBER, FILTER_LATEX
28
from builder.Profile import Profile, FILTER_RUBBER, FILTER_LATEX
29
from util import str_bool
29
from util import str_bool
30
30
31
PLUGIN_PATH = expanduser("~/.gnome2/gedit/plugins/LaTeXPlugin")
31
PLUGIN_PATH = "/usr/lib/gedit-2/plugins/LaTeXPlugin"
32
32
33
class Settings(GObject):
33
class Settings(GObject):
34
	"""
34
	"""
Lines 402-405 Link Here
402
		debug(self, "Snippet : " + snippet.name)
402
		debug(self, "Snippet : " + snippet.name)
403
		
403
		
404
		return snippet
404
		return snippet
405
	
405
	

Return to bug 153654