summaryrefslogtreecommitdiff
path: root/src/dlg-add-files.c
AgeCommit message (Collapse)AuthorFilesLines
2020-06-05gtk-utils: Remove _gtk_builder_get_widgetrbuj1-2/+4
2020-03-25Terminate the application if the resource doesn't existsrbuj1-3/+1
2020-03-04Add dlg-add-files.ui and dlg-add-folder.uirbuj1-43/+16
2019-09-22Use g_list_free_full and g_slist_free_fullrbuj1-2/+1
void g_list_free_full (GList *list, GDestroyNotify free_func); void g_slist_free_full (GList *list, GDestroyNotify free_func); Convenience methods, which free all the memory used by a list, and calls free_func on every element's data.
2019-09-03remove build warning: local variable shadows another variablerbuj1-4/+2
actions.c:245:24: warning: declaration of ‘dialog’ shadows a previous local [-Wshadow] caja-engrampa.c:137:17: warning: declaration of ‘file’ shadows a previous local [-Wshadow] caja-engrampa.c:58:17: warning: declaration of ‘file’ shadows a previous local [-Wshadow] dlg-add-files.c:120:9: warning: declaration of ‘uri’ shadows a previous local [-Wshadow] fr-window.c:4935:11: warning: declaration of ‘value’ shadows a previous local [-Wshadow]
2019-07-01Remove trailing whitespacesLaurent Napias1-2/+2
2019-06-11Update FSF addressLaurent Napias1-1/+1
2018-02-09avoid deprecated GtkStockPablo Barciela1-2/+2
2016-05-27drop old GTK+2 codemonsta1-5/+1
2014-11-22fixed missing prototype warninginfirit1-0/+1
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]>
2014-11-20Gtk3: Silence the GtkBox and GtkPaned deprecation warningsinfirit1-0/+3
2014-11-19Fixed crash when clicking Cancel in Add Filesinfirit1-3/+6
This reworks the patch already taken from gnome bug 631472 as there is more done in the commit that makes sense. Taken from FR commit: 77e9b777042c557c961f058ecab2691a4fd19a62 From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=631472
2012-11-17file-roller crashes when clicking Cancel in Add FilesSteve Zesch1-1/+6
2012-11-05Port to gsettingsraveit1-4/+6
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-1/+1
2011-11-09renaming fileroller to engrampaPerberos1-1/+1
2011-11-09initialPerberos1-0/+191