~am-monkeyd/+junk/rhythm-e

« back to all changes in this revision

Viewing changes to shell/rb-shell.c

  • Committer: am.monkeyd at gmail
  • Date: 2010-09-26 13:39:40 UTC
  • Revision ID: am.monkeyd@gmail.com-20100926133940-fbipptuoct8zv11n
moving icon prefered size to sb_shell_init

Show diffs side-by-side

added added

removed removed

Lines of Context:
895
895
        shell->priv = RB_SHELL_GET_PRIVATE (shell);
896
896
 
897
897
        rb_user_data_dir ();
 
898
        gtk_icon_size_register ("GTK_ICON_SIZE_CELLRENDERER", 16, 16);
898
899
 
899
900
        rb_shell_session_init (shell);
900
901