The patch for src/unity-quicklist-handler.c at the bottom is like this:

+UnityQuicklistHandler *
+unity_quicklist_handler_get_singleton (void)
+{
+    if (!unity_quicklist_handler_singleton)
+    {
+        unity_quicklist_handler_singleton = unity_quicklist_handler_new ();

It seems it has been cut off from the end.


It should be :

+UnityQuicklistHandler *
+unity_quicklist_handler_get_singleton (void)
+{
+    if (!unity_quicklist_handler_singleton)
+    {
+        unity_quicklist_handler_singleton = unity_quicklist_handler_new ();
+    }
+    return unity_quicklist_handler_singleton;
+}
+
+
+UnityQuicklistHandler *
+unity_quicklist_handler_new (void)
+{
+    return g_object_new (UNITY_TYPE_QUICKLIST_HANDLER, NULL);
+}

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1711241

Title:
  Unity support patch doesn't build with nautilus 3.25.90

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1711241/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to