diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-07-04 17:31:38 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-07-04 17:31:38 +0100 |
| commit | e4485801cf2d5baf10716d12298161e3e972066d (patch) | |
| tree | a542474c9dd5c3ac955e79954697560ae952b3dc | |
| parent | 59e9f05965523388f45787ead0957c8836b6b7d6 (diff) | |
Remove dependancy on gtkloader as it doesn't work for upgrading Unity on existing installs
(bzr r1266)
| -rw-r--r-- | plugins/unitydialog/unitydialog.xml.in | 1 | ||||
| -rw-r--r-- | plugins/unityshell/unityshell.xml.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/unitydialog/unitydialog.xml.in b/plugins/unitydialog/unitydialog.xml.in index 42d9cf024..bb0a40d46 100644 --- a/plugins/unitydialog/unitydialog.xml.in +++ b/plugins/unitydialog/unitydialog.xml.in @@ -7,7 +7,6 @@ <requirement> <plugin>composite</plugin> <plugin>opengl</plugin> - <plugin>gtkloader</plugin> </requirement> <relation type="after"> <plugin>decor</plugin> diff --git a/plugins/unityshell/unityshell.xml.in b/plugins/unityshell/unityshell.xml.in index 8f70cc200..525b3ed6b 100644 --- a/plugins/unityshell/unityshell.xml.in +++ b/plugins/unityshell/unityshell.xml.in @@ -34,7 +34,6 @@ <requirement> <plugin>opengl</plugin> <feature>largedesktop</feature> - <plugin>gtkloader</plugin> </requirement> </deps> <options> |
