diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-25 09:19:36 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-25 09:19:36 -0400 |
commit | f216fbf91648dff55f125cfda7348c0a15092b2c (patch) | |
tree | 000f43fa503a4a8bab1267c8b89a6ff9360d0c50 /freefilesync/debian | |
parent | try to address ffs_devuan.patch (diff) | |
download | stackrpms-f216fbf91648dff55f125cfda7348c0a15092b2c.tar.gz stackrpms-f216fbf91648dff55f125cfda7348c0a15092b2c.tar.bz2 stackrpms-f216fbf91648dff55f125cfda7348c0a15092b2c.zip |
ffs: add patch for rts app.cpp
Diffstat (limited to 'freefilesync/debian')
-rw-r--r-- | freefilesync/debian/patches/ffs_devuan.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/freefilesync/debian/patches/ffs_devuan.patch b/freefilesync/debian/patches/ffs_devuan.patch index b17f50e..5726b87 100644 --- a/freefilesync/debian/patches/ffs_devuan.patch +++ b/freefilesync/debian/patches/ffs_devuan.patch @@ -61,6 +61,7 @@ diff -Naur -x '*.orig' -x '*.rej' -x .git 11.4-0/FreeFileSync/Source/RealTimeSyn #Gtk - support "no button border" cxxFlags += `pkg-config --cflags gtk+-2.0` +Message: Fix some sloppiness by Zenju. diff -Naur -x '*.orig' -x '*.rej' -x .git 11.21-0/FreeFileSync/Source/application.cpp 11.21-1/FreeFileSync/Source/application.cpp --- 11.21-0/FreeFileSync/Source/application.cpp 2022-05-22 17:09:32.234809499 -0400 +++ 11.21-1/FreeFileSync/Source/application.cpp 2022-05-24 08:36:51.949159500 -0400 @@ -73,3 +74,14 @@ diff -Naur -x '*.orig' -x '*.rej' -x .git 11.21-0/FreeFileSync/Source/applicatio &error); //GError** error if (error) throw SysError(formatGlibError("gtk_css_provider_load_from_path", error)); +--- 11.21-0/FreeFileSync/Source/RealTimeSync/application.cpp 2022-05-22 17:09:32.226809398 -0400 ++++ 11.21-1/FreeFileSync/Source/RealTimeSync/application.cpp 2022-05-25 09:15:00.262617987 -0400 +@@ -68,7 +68,7 @@ + ZEN_ON_SCOPE_EXIT(if (error) ::g_error_free(error)); + + ::gtk_css_provider_load_from_path(provider, //GtkCssProvider* css_provider, +- (fff::getResourceDirPf() + fileName).c_str(), //const gchar* path, ++ (fff::getResourceDirPath() + fileName).c_str(), //const gchar* path, + &error); //GError** error + if (error) + throw SysError(formatGlibError("gtk_css_provider_load_from_path", error)); |