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

« back to all changes in this revision

Viewing changes to db-build/libmenu.vala

  • Committer: Stephen Smally
  • Date: 2012-07-04 17:01:15 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20120704170115-to8eoxa7g4h1z0kr
Adding #9 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                                        icon = "";
26
26
                                }
27
27
                        } catch (Error e) {
28
 
                                GLib.debug ("Error retrieving datas for %s: %s\n", directory, e.message);
 
28
                                GLib.debug ("Error retrieving data for %s: %s\n", directory, e.message);
29
29
                        }
30
30
                }
31
31