summaryrefslogtreecommitdiff
path: root/librsvg/test-rsvg.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-04-19 00:32:44 +0000
committerDarin Adler <darin@src.gnome.org>2000-04-19 00:32:44 +0000
commit93f861303bc8f015bcf33bcff00ca4d5fd141985 (patch)
tree51540761d5ad17d7f3b120b4aa2b148bc73199fb /librsvg/test-rsvg.c
parentda18a3bb443c6356cbc098190fa3b62ebb095685 (diff)
downloadnautilus-93f861303bc8f015bcf33bcff00ca4d5fd141985.tar.gz
First cut at the auto-layout feature. It just does a lot of re-laying
* libnautilus-extensions/nautilus-icon-container.c: * libnautilus-extensions/nautilus-icon-container.h: (compare_icons), (idle_handler), (nautilus_icon_container_move_icon), (size_allocate), (nautilus_icon_container_initialize_class), (nautilus_icon_container_set_auto_layout): First cut at the auto-layout feature. It just does a lot of re-laying things out. * libnautilus-extensions/nautilus-icon-container.h: * libnautilus-extensions/nautilus-list.h: Added interfaces for telling whether to use single-click mode or not. A first step in moving preferences code out of here and into the file-manager classes. * libnautilus-extensions/fm-icon-view.c: (create_icon_container), (icon_container_compare_icons_callback): Provide a sorting order for the auto-layout mode. * librsvg/test-rsvg.c: Rolled out the change to work with the old popt that Pavel accidentally checked as Gene in when he was helping me.
Diffstat (limited to 'librsvg/test-rsvg.c')
-rw-r--r--librsvg/test-rsvg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librsvg/test-rsvg.c b/librsvg/test-rsvg.c
index 97182a3cd..8de60652e 100644
--- a/librsvg/test-rsvg.c
+++ b/librsvg/test-rsvg.c
@@ -166,7 +166,7 @@ main (int argc, const char **argv)
char c;
const char * const *args;
- optCtx = poptGetContext ("test-rsvg", argc, (char **)argv, optionsTable, 0);
+ optCtx = poptGetContext ("test-rsvg", argc, argv, optionsTable, 0);
c = poptGetNextOpt (optCtx);
args = poptGetArgs (optCtx);