projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f8253
)
recentmanager: Indentation
author
Timm Bäder
<mail@baedert.org>
Fri, 30 Aug 2019 04:45:44 +0000
(06:45 +0200)
committer
Timm Bäder
<mail@baedert.org>
Mon, 9 Sep 2019 15:36:26 +0000
(17:36 +0200)
gtk/gtkrecentmanager.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentmanager.c
b/gtk/gtkrecentmanager.c
index babdcbb2798ac2ee1b995e5027c8b1230bb7f15c..a1d27f701eb5f96cf075f92acc59bbdc98bd7494 100644
(file)
--- a/
gtk/gtkrecentmanager.c
+++ b/
gtk/gtkrecentmanager.c
@@
-682,7
+682,7
@@
build_recent_items_list (GtkRecentManager *manager)
* will not be happy about those)
*/
if (read_error->domain == G_FILE_ERROR &&
- read_error->code != G_FILE_ERROR_NOENT)
+
read_error->code != G_FILE_ERROR_NOENT)
{
gchar *utf8 = g_filename_to_utf8 (priv->filename, -1, NULL, NULL, NULL);
g_warning ("Attempting to read the recently used resources "