aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-08-20 21:03:18 -0500
committerTed Gould <ted@gould.cx>2013-08-20 21:03:18 -0500
commit046f655a8859e2e3eaa6015fc2ecd226c8b46b1f (patch)
treebe808298ec80ca3dc6d73309ac9e1e7024ee7950 /src/im-menu.h
parentb526ee7d9de53067a295f9cdb9bc23fa1054492f (diff)
downloadayatana-indicator-messages-046f655a8859e2e3eaa6015fc2ecd226c8b46b1f.tar.gz
ayatana-indicator-messages-046f655a8859e2e3eaa6015fc2ecd226c8b46b1f.tar.bz2
ayatana-indicator-messages-046f655a8859e2e3eaa6015fc2ecd226c8b46b1f.zip
Make it so that we sort based on application name to make the menu more sane
Diffstat (limited to 'src/im-menu.h')
-rw-r--r--src/im-menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-menu.h b/src/im-menu.h
index d3775ad..7c15eb7 100644
--- a/src/im-menu.h
+++ b/src/im-menu.h
@@ -57,7 +57,7 @@ void im_menu_append_section (ImMenu
GMenuModel *section);
void im_menu_insert_section (ImMenu *menu,
- gint position,
+ const gchar *sort_string,
const gchar *namespace,
GMenuModel *section);