← Back to team overview

elementaryart team mailing list archive

[Merge] lp:~marcus-lundgren/granite/fix-872099 into lp:granite

 

Marcus Lundgren has proposed merging lp:~marcus-lundgren/granite/fix-872099 into lp:granite.

Requested reviews:
  elementary Pantheon team (elementary-pantheon)
Related bugs:
  Bug #872099 in Granite: "Single click to select day in DatePicker instead of double"
  https://bugs.launchpad.net/granite/+bug/872099

For more details, see:
https://code.launchpad.net/~marcus-lundgren/granite/fix-872099/+merge/111111
-- 
https://code.launchpad.net/~marcus-lundgren/granite/fix-872099/+merge/111111
Your team elementaryart (old) is subscribed to branch lp:granite.
=== modified file 'lib/Widgets/DatePicker.vala'
--- lib/Widgets/DatePicker.vala	2012-02-11 20:05:28 +0000
+++ lib/Widgets/DatePicker.vala	2012-06-19 22:03:19 +0000
@@ -56,7 +56,7 @@
             
             // Signals and callbacks
             icon_release.connect (on_icon_press);
-            calendar.day_selected_double_click.connect (on_calendar_day_selected);
+            calendar.day_selected.connect (on_calendar_day_selected);
         }
 
         public DatePicker.with_format (string format) {


Follow ups