7344db959d
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=086244c20ab5b11387af1571a0b5180c
13 lines
503 B
Diff
13 lines
503 B
Diff
Index: virt-manager-0.8.4/src/virt-manager.py.in
|
|
===================================================================
|
|
--- virt-manager-0.8.4.orig/src/virt-manager.py.in
|
|
+++ virt-manager-0.8.4/src/virt-manager.py.in
|
|
@@ -313,6 +313,7 @@ def main():
|
|
# Add our icon dir to icon theme
|
|
icon_theme = gtk.icon_theme_get_default()
|
|
icon_theme.prepend_search_path(icon_dir)
|
|
+ icon_theme.prepend_search_path(icon_dir + "/hicolor/32x32/action")
|
|
|
|
gtk.gdk.threads_init()
|
|
setup_glade_i18n()
|