Fix for build errors on Ubuntu 12.04

This commit is contained in:
Tony George 2013-11-09 19:56:16 +05:30
parent 7e9c4e3640
commit ca884658e7
4 changed files with 179 additions and 176 deletions

View File

@ -501,7 +501,7 @@ public class Main : GLib.Object{
try
{
File f_home = File.new_for_path (home);
FileEnumerator enumerator = f_home.enumerate_children (FileAttribute.STANDARD_NAME, 0);
FileEnumerator enumerator = f_home.enumerate_children (GLib.FileAttribute.STANDARD_NAME, 0);
FileInfo file;
while ((file = enumerator.next_file ()) != null) {
string name = file.get_name();
@ -515,7 +515,7 @@ public class Main : GLib.Object{
}
File f_home_config = File.new_for_path (home + "/.config");
enumerator = f_home_config.enumerate_children (FileAttribute.STANDARD_NAME, 0);
enumerator = f_home_config.enumerate_children (GLib.FileAttribute.STANDARD_NAME, 0);
while ((file = enumerator.next_file ()) != null) {
string name = file.get_name();
string item = home + "/.config/" + name;

View File

@ -9,5 +9,4 @@ Icon=/usr/share/pixmaps/timeshift.png
Caption=System Restore Utility
X-KDE-StartupNotify=false
Categories=System;
InitialPreference=9
Name[en_US]=TimeShift

View File

@ -17,15 +17,15 @@ long_line_behaviour=1
long_line_column=80
[files]
current_page=4
FILE_NAME_0=3395;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FMain.vala;0;4
current_page=0
FILE_NAME_0=1298;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FMain.vala;0;4
FILE_NAME_1=24732;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FMainWindow.vala;0;4
FILE_NAME_2=14509;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FSettingsWindow.vala;0;4
FILE_NAME_3=16377;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FRestoreWindow.vala;0;4
FILE_NAME_4=815;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FUtility.vala;0;4
FILE_NAME_3=22108;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FRestoreWindow.vala;0;4
FILE_NAME_4=18030;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FUtility.vala;0;4
FILE_NAME_5=708;Make;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2Fmakefile;0;4
FILE_NAME_6=813;Conf;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fdebian%2Fcontrol;0;4
FILE_NAME_7=205;None;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fdebian%2Fchangelog;0;4
FILE_NAME_7=16;None;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fdebian%2Fchangelog;0;4
FILE_NAME_8=3838;Vala;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fsrc%2FExcludeMessageWindow.vala;0;4
FILE_NAME_9=433;Sh;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Fbuild-release.sh;0;4
FILE_NAME_10=363;Sh;0;16;1;1;0;%2Fhome%2Fteejee%2Fprojects%2Ftimeshift%2Finstaller%2Finstall.sh;0;4

File diff suppressed because it is too large Load Diff