~nathwill-deactivatedaccount-deactivatedaccount/ubuntu/precise/gnome-control-center/fix-lp-978118

« back to all changes in this revision

Viewing changes to panels/background/cc-background-panel.c

  • Committer: Package Import Robot
  • Author(s): Ken VanDine, Didier Roche, Ken VanDine
  • Date: 2012-02-09 16:44:44 UTC
  • Revision ID: package-import@ubuntu.com-20120209164444-nvlkg36obi95y6n0
Tags: 1:3.2.2-2ubuntu7
[ Didier Roche ]
* debian/patches/04_new_appearance_settings.patch:
  - fix a typo (LP: #929070)
  - new reveal sensitivity default is now 2.0

[ Ken VanDine ]
* debian/patches/96_sound_nua_panel.patch
  - Adding the new sound-nua panel for sound settings, only displayed 
    in Unity, the old sound panel will load in GNOME

Show diffs side-by-side

added added

removed removed

Lines of Context:
1620
1620
      /* Launcher reveal */
1621
1621
      launchersensitivity_values.min = MIN_LAUNCHER_SENSIVITY;
1622
1622
      launchersensitivity_values.max = MAX_LAUNCHER_SENSIVITY;
1623
 
      launcher_sensitivity_adj = gtk_adjustment_new (1, launchersensitivity_values.min, launchersensitivity_values.max, 0.1, 1, 0);
 
1623
      launcher_sensitivity_adj = gtk_adjustment_new (2, launchersensitivity_values.min, launchersensitivity_values.max, 0.1, 1, 0);
1624
1624
      launcher_sensitivity_scale = GTK_SCALE (WID ("unity-launcher-sensitivity"));
1625
1625
      gtk_range_set_adjustment (GTK_RANGE (launcher_sensitivity_scale), launcher_sensitivity_adj);
1626
 
      gtk_scale_add_mark (launcher_sensitivity_scale, 1, GTK_POS_BOTTOM, NULL);
 
1626
      gtk_scale_add_mark (launcher_sensitivity_scale, 2, GTK_POS_BOTTOM, NULL);
1627
1627
      priv->gconf_notify_id = g_slist_append (priv->gconf_notify_id,
1628
1628
                                              GINT_TO_POINTER (
1629
1629
                                              gconf_client_notify_add (client, UNITY_LAUNCHERSENSITIVITY_KEY,