Ubuntu Pastebin

Paste from josharenson at Fri, 18 Sep 2015 20:38:19 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
=== modified file 'plugins/LightDM/plugin.cpp'
--- plugins/LightDM/plugin.cpp	2015-09-11 13:38:45 +0000
+++ plugins/LightDM/plugin.cpp	2015-09-18 20:22:48 +0000
@@ -59,7 +59,7 @@
     qmlRegisterType<QAbstractItemModel>();
     qmlRegisterType<UserMetricsOutput::ColorTheme>();
 
-    Q_ASSERT(uri == QLatin1String("PLUGIN_CLASSNAME"));
+    Q_ASSERT(uri == QLatin1String(PLUGIN_CLASSNAME));
     qRegisterMetaType<QLightDM::Greeter::MessageType>("QLightDM::Greeter::MessageType");
     qRegisterMetaType<QLightDM::Greeter::PromptType>("QLightDM::Greeter::PromptType");
Download as text