EditAlarmView: do not user deprecated function 88/94188/1
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 27 Oct 2016 10:42:56 +0000 (12:42 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 27 Oct 2016 10:42:56 +0000 (12:42 +0200)
Change-Id: Iea9a905a9538e38dba09f1fc619a12d8f1e630fc

clock/src/View/EditAlarmView.cpp

index 11da0ce..858b94b 100644 (file)
@@ -195,7 +195,7 @@ void EditAlarmView::UpdateVolumeIcon(bool mute)
                return;
 
        // validate if any image is set
-       elm_icon_file_get(icon_slider_, &file_path, nullptr);
+       elm_image_file_get(icon_slider_, &file_path, nullptr);
        if (file_path && (is_muted_ == mute))
                return;