forked from pool/gnome-software
Dominique Leuenberger
fdce39377d
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228655 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=18
14 lines
523 B
Diff
14 lines
523 B
Diff
Index: gnome-software-3.11.1/src/gs-application.c
|
|
===================================================================
|
|
--- gnome-software-3.11.1.orig/src/gs-application.c
|
|
+++ gnome-software-3.11.1/src/gs-application.c
|
|
@@ -110,7 +110,7 @@ gs_application_initialize_plugins (GsApp
|
|
exit (1);
|
|
}
|
|
gs_plugin_loader_set_enabled (app->plugin_loader,
|
|
- "packagekit-updates", FALSE);
|
|
+ "packagekit-updates", TRUE);
|
|
|
|
/* show the priority of each plugin */
|
|
gs_plugin_loader_dump_state (app->plugin_loader);
|