mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
e431ea52f9
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
12 lines
385 B
Diff
12 lines
385 B
Diff
--- src/swamigui/SwamiguiMenu.c (revision 370)
|
|
+++ src/swamigui/SwamiguiMenu.c (working copy)
|
|
@@ -373,7 +373,7 @@
|
|
menu = gtk_menu_new ();
|
|
|
|
types = swami_util_get_child_types (IPATCH_TYPE_BASE, &n_types);
|
|
- qsort (types, sizeof (GType), n_types, sort_by_type_name);
|
|
+ qsort (types, n_types, sizeof (GType), sort_by_type_name);
|
|
|
|
for (ptype = types; *ptype; ptype++)
|
|
{
|
|
|