~ubuntu-branches/ubuntu/saucy/gnome-control-center/saucy-proposed

« back to all changes in this revision

Viewing changes to shell/gnome-control-center.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Jeremy Bicha, Aron Xu, Andrea Azzarone
  • Date: 2013-08-29 18:17:00 UTC
  • Revision ID: package-import@ubuntu.com-20130829181700-01824mccs4ld7e3h
Tags: 1:3.6.3-0ubuntu32
* debian/libgnome-control-center1.symbols:
  - list new symbol from the unity menu change

[ Jeremy Bicha ]
* debian/rules: 
  - Don't disable cheese webcam integration
* debian/patches/57_use_nonsymbolic_keyboard_icon.patch:
  Dropped, no longer needed (LP: #862027)
  
  [ Aron Xu ]
  * Move ibus from Depends to Recommends.
  
  [ Andrea Azzarone ]
  * debian/patches/unity_menus.patch: 
    - updated menus under unity (lp: #1131664)

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
    }
239
239
 
240
240
  /* create the panel plugin */
241
 
  priv->current_panel = g_object_new (panel_type, "shell", shell, "argv", argv, NULL);
 
241
  priv->current_panel = g_object_new (panel_type, "shell", shell, "name", name, "argv", argv, NULL);
242
242
  cc_shell_set_active_panel (CC_SHELL (shell), CC_PANEL (priv->current_panel));
243
243
  gtk_widget_show (priv->current_panel);
244
244