efl/src/bin/elementary
Dmitri Chudinov 7309b85f27
elm-config: correct wrong "if" statement
If nothing is selected then nothing to disable.
"If" statement did not work here until now.

Test:
1. Run elementary_config from terminal.
2. Select Profile menu item (make no clicks on any item).
4. Close the app.
3. Verify the error log messages before to and following the patch.

@fixed
2023-11-15 19:34:51 +05:00
..
.gitignore
config.c elm-config: correct wrong "if" statement 2023-11-15 19:34:51 +05:00
elementary_codegen.c elementary_codegen: check before use to avoid use after free 2019-09-23 11:16:38 +02:00
elm_prefs_cc.c define HAVE_REALPATH in evil_stdlib.h 2019-06-18 13:22:05 +01:00
elm_prefs_cc.h build: move ELM_INTERNAL_API_ARGESFSDFEFC into buildsystem 2018-10-18 16:01:07 +02:00
elm_prefs_cc_handlers.c make mman.h private 2019-08-19 09:55:13 -04:00
elm_prefs_cc_mem.c
elm_prefs_cc_out.c
elm_prefs_cc_parse.c bin/elm: resolve float compare warnings 2020-05-09 09:25:17 +01:00
meson.build elm - map widget - empty out and clean out code and tests - broken 2021-09-05 11:47:22 +01:00
perf.c fix typo 2021-05-30 20:43:41 +01:00
perf.h elm perf tool - bring one back to efl 2018-12-03 11:04:27 +00:00
perf_list.c elm perf tool - bring one back to efl 2018-12-03 11:04:27 +00:00
perf_rnd.c elm perf tool - bring one back to efl 2018-12-03 11:04:27 +00:00
perf_test_01.c elm perf_test: fix warning of implicit conversion of floating point 2020-02-11 08:56:34 -05:00
perf_test_02.c elm perf_test: fix warning of implicit conversion of floating point 2020-02-11 08:56:34 -05:00
perf_test_03.c elm perf_test: fix warning of implicit conversion of floating point 2020-02-11 08:56:34 -05:00
perf_test_04.c elm perf_test: fix warning of implicit conversion of floating point 2020-02-11 08:56:34 -05:00
perf_test_05.c elm perf_test: fix warning of implicit conversion of floating point 2020-02-11 08:56:34 -05:00
perf_test_06.c elm perf_test: fix warning of implicit conversion of floating point 2020-02-11 08:56:34 -05:00
quicklaunch.c silence most left over compiler warnings 2018-12-18 13:08:01 +01:00
run.c Evil: remove wrapper around getcwd() 2019-05-08 08:39:36 -04:00
test.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test.h elm_test: undef logging macros before redefining them in header 2019-09-27 14:34:32 -04:00
test_3d.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_access.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_actionslider.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_anim.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_bg.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_box.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_bubble.c
test_button.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_calendar.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_canvas_textblock.c elm_test: workarounds for canvas_textblock style 2019-12-16 11:35:35 +01:00
test_check.c elm - add plain and icon style radio and check and elm tests for it 2019-12-28 20:39:08 +00:00
test_clock.c
test_cnp.c elm cnp - add uri list so you can sensibly do dnd for a filemanager 2022-04-03 21:11:59 +01:00
test_code.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_colorclass.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_colorselector.c
test_combobox.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_config.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_conform.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_conform_indicator.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_ctxpopup.c elementary_test: Fix warning about truncated string 2022-05-18 08:27:59 -04:00
test_cursor.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_datetime.c build: use legacy api in places where legacy should be used 2019-09-18 18:04:45 +02:00
test_dayselector.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_disable.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_diskselector.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_dnd.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_efl_anim_alpha.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_efl_anim_group_parallel.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_efl_anim_group_sequential.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_efl_anim_interpolator.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
test_efl_anim_pause.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
test_efl_anim_repeat.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
test_efl_anim_rotate.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
test_efl_anim_scale.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
test_efl_anim_start_delay.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
test_efl_anim_translate.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
test_efl_gfx_mapping.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_efl_gfx_vg_value_provider.c test_efl_gfx_vg_value_provider: expand buffer to avoid truncation by snprintf 2020-02-25 12:26:37 +01:00
test_efl_ui_text.c Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
test_efl_ui_vg_animation.c Efl.Player: Move autoplay/playback_loop from Efl.Ui.Vg_Animation 2020-01-28 16:56:04 +01:00
test_eio.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_entry.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_entry_anchor.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_entry_anchor2.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_evas_map.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_evas_mask.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_evas_snapshot.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_events.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
test_explode.c
test_explode.h
test_external.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_factory.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_fileselector.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_fileselector_button.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_fileselector_entry.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_flip.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_flip_page.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_flip_page_eo.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_flipselector.c efl_ui_range_display: range_min_max -> range_limits 2019-06-19 10:03:21 +02:00
test_floating.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_focus.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_focus_custom_chain.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_focus_policy.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_focus_style.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_gengrid.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_genlist.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_gesture_framework.c efl/gesture: port 'rotate' gesture from elm to new gesture framework 2020-03-03 10:54:28 +01:00
test_gesture_layer.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_gesture_layer2.c
test_gesture_layer3.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_gfx_filters.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_glview.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_glview_manygears.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_glview_simple.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_grid.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_hover.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_hoversel.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_icon.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_icon_animated.c elm test - animated icon - big win to have a bg and not garbage 2020-06-04 12:09:06 +01:00
test_icon_desktops.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_image.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_index.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_inwin.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_label.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_launcher.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_layout.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_list.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_main_menu.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_menu.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_multi.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_multibuttonentry.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_naviframe.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_naviframe_complex.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_notify.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_panel.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_panes.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_part_bg.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_part_shadow.c efl_ui_progressbar: rename from pulse to infinite_mode 2019-12-30 11:10:43 -05:00
test_photo.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_photocam.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_popup.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_prefs.c
test_progressbar.c elm test - progress - add vertical wheel test... 2018-05-11 17:27:33 +09:00
test_radio.c test - radio - use std icon for one of the icons to expand testing 2023-06-01 09:33:48 +01:00
test_scaling.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_scroller.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_segment_control.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_separator.c
test_slider.c elm_slider: remove dependency with efl_ui_slider 2019-08-20 09:09:14 -04:00
test_slideshow.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_spinner.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_store.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_sys_notify.c
test_systray.c elm_systray: remove all legacy usage from eo files 2019-03-07 14:16:28 -08:00
test_table.c
test_thumb.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_toolbar.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_tooltip.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_transit.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_transit_bezier.c
test_ui_box.c efl_gfx_arrangement: change content_padding param type and remove scalable 2019-10-02 12:11:15 +02:00
test_ui_box_stack.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_ui_button.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_ui_clock.c Fix build with gcc 10 (which has -fno-common enabled by default). 2020-01-31 14:31:57 +01:00
test_ui_collection.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_ui_collection_view.c efl_ui_*selectable: unify these APIs with the same c_prefix 2019-09-26 18:32:58 +09:00
test_ui_datepicker.c efl_ui_win: default the window type to basic 2019-09-24 16:00:44 +02:00
test_ui_frame.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_ui_image.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_ui_items.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_ui_pager.c efl_ui_spotlight: rename Manager_XXX and Indicator_XXX 2020-01-23 12:55:12 +09:00
test_ui_pager_scroll.c efl_ui_spotlight: rename Manager_XXX and Indicator_XXX 2020-01-23 12:55:12 +09:00
test_ui_panel.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_ui_panes.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_ui_popup.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_ui_progressbar.c efl_ui_progressbar: rename from pulse to infinite_mode 2019-12-30 11:10:43 -05:00
test_ui_radio.c elm_test/radio: use eo type here 2019-09-30 10:33:28 +02:00
test_ui_relative_container.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_ui_scroller.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_ui_separator.c Introduce Separator 2020-01-17 16:10:40 +01:00
test_ui_slider.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_ui_slider_interval.c efl_ui: cleanup elm headers 2019-12-12 10:20:31 -08:00
test_ui_spin.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_ui_spin_button.c efl_ui_format: make this usable with the standard behaviour of accessors 2019-12-18 21:45:45 +01:00
test_ui_spotlight.c efl_ui_spotlight: Introduce animation manager 2020-03-17 10:29:57 +01:00
test_ui_stack.c efl_input_clickable: rename efl_ui_clickable to efl_input_clickable 2019-07-29 11:43:01 +02:00
test_ui_tab_pager.c efl_ui_tab_pager: do not directly inherit from spotlight anymore 2020-02-03 17:16:03 +01:00
test_ui_table.c efl_gfx_arrangement: change content_padding param type and remove scalable 2019-10-02 12:11:15 +02:00
test_ui_table_static.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_ui_tags.c efl_ui_win: default the window type to basic 2019-09-24 16:00:44 +02:00
test_ui_textpath.c efl_ui_textpath: add the efl_ui_textpath_text_user_style_set API for applying the user text style 2020-06-10 15:39:03 +09:00
test_ui_timepicker.c efl_ui_timepicker: make 24h mode work 2020-01-13 15:57:17 +01:00
test_video.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_weather.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_web.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_win_dialog.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_win_indicator.c elementary_test: Fix efl_add_ref to efl_add for window autodel 2019-12-12 10:20:29 -08:00
test_win_inline.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_win_keygrab.c
test_win_modal.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_win_plug.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_win_socket.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_win_stack.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_win_state.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00
test_win_wm_rotation.c Elm_tests: resize windows according to elm scale 2021-12-04 09:18:47 +00:00