summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-list-model.h
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-18 20:24:12 +0200
committerJasmine Hassan <[email protected]>2012-11-14 12:28:48 +0200
commit6986f1b631d2979ce0af28dc138537eed1a7b26b (patch)
tree3151471653a24340b1b2073b352734751d309e99 /src/file-manager/fm-list-model.h
parentc4e8827c8b614de43f10c7c6c3f50830b93b4fb9 (diff)
downloadcaja-6986f1b631d2979ce0af28dc138537eed1a7b26b.tar.bz2
caja-6986f1b631d2979ce0af28dc138537eed1a7b26b.tar.xz
[list-model] use GEmblemedIcon to render emblems
Use GEmblemedIcon instead of other columns to render emblems. http://git.gnome.org/browse/nautilus/commit/?id=a187f8a4cdcc46f56c0cb03c31b9b7c92c747a88&context=6
Diffstat (limited to 'src/file-manager/fm-list-model.h')
-rw-r--r--src/file-manager/fm-list-model.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/file-manager/fm-list-model.h b/src/file-manager/fm-list-model.h
index a44fb28a..2d4ff88b 100644
--- a/src/file-manager/fm-list-model.h
+++ b/src/file-manager/fm-list-model.h
@@ -54,13 +54,6 @@ enum
FM_LIST_MODEL_LARGE_ICON_COLUMN,
FM_LIST_MODEL_LARGER_ICON_COLUMN,
FM_LIST_MODEL_LARGEST_ICON_COLUMN,
- FM_LIST_MODEL_SMALLEST_EMBLEM_COLUMN,
- FM_LIST_MODEL_SMALLER_EMBLEM_COLUMN,
- FM_LIST_MODEL_SMALL_EMBLEM_COLUMN,
- FM_LIST_MODEL_STANDARD_EMBLEM_COLUMN,
- FM_LIST_MODEL_LARGE_EMBLEM_COLUMN,
- FM_LIST_MODEL_LARGER_EMBLEM_COLUMN,
- FM_LIST_MODEL_LARGEST_EMBLEM_COLUMN,
FM_LIST_MODEL_FILE_NAME_IS_EDITABLE_COLUMN,
FM_LIST_MODEL_NUM_COLUMNS
};
@@ -115,8 +108,6 @@ void fm_list_model_sort_files (FMListModel *model,
CajaZoomLevel fm_list_model_get_zoom_level_from_column_id (int column);
int fm_list_model_get_column_id_from_zoom_level (CajaZoomLevel zoom_level);
-CajaZoomLevel fm_list_model_get_zoom_level_from_emblem_column_id (int column);
-int fm_list_model_get_emblem_column_id_from_zoom_level (CajaZoomLevel zoom_level);
CajaFile * fm_list_model_file_for_path (FMListModel *model, GtkTreePath *path);
gboolean fm_list_model_load_subdirectory (FMListModel *model, GtkTreePath *path, CajaDirectory **directory);