~lubuntu-software-center-team/lubuntu-software-center/vala-port

« back to all changes in this revision

Viewing changes to src/Backend/AppsManager.vala

  • Committer: Stephen Smally
  • Date: 2012-07-05 16:37:49 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20120705163749-emiy0f9lnwkns99d
removed try_get()

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
                        } catch (GLib.Error e) {
152
152
                                GLib.error ("Error opening the database: %s\nPlease run 'lsc-db-build -d /var/cache/lsc-packages.db' as root", e.message);
153
153
                        }
154
 
                        
155
 
                        try_get();
156
154
        }
157
155
    }
158
156
}