printers: Drop remaining deprecated API usage

https://bugzilla.gnome.org/show_bug.cgi?id=740986
This commit is contained in:
Rui Matos 2014-11-29 18:13:58 +01:00
parent db756d7b58
commit 1df796ac28
4 changed files with 37 additions and 37 deletions

View file

@ -301,9 +301,6 @@ cc_application_startup (GApplication *application)
}
#endif /* HAVE_CHEESE || HAVE_WACOM */
/* register a symbolic icon size for use in sidebar lists */
gtk_icon_size_register ("cc-sidebar-list", 24, 24);
action = g_simple_action_new ("help", NULL);
g_action_map_add_action (G_ACTION_MAP (application), G_ACTION (action));
g_signal_connect (action, "activate", G_CALLBACK (help_activated), self);