~cubic-wizard/cubic/release

« back to all changes in this revision

Viewing changes to usr/share/cubic/cubic/pages/project_page.py

  • Committer: PJ Singh
  • Date: 2021-03-31 01:52:00 UTC
  • Revision ID: psingh.cubic@gmail.com-20210331015200-94t05ny10p13bjkv
Fixed Bug #1921961, The file choosers' side pane lists the installation directory "cubic" (/usr/share/cubic) as favorite location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1114
1114
 
1115
1115
def block_original_handlers():
1116
1116
    """
1117
 
    Only invoke this function using GLib.idle_add().
 
1117
    This function must be invoked using GLib.idle_add().
1118
1118
    """
1119
1119
 
1120
1120
    entry = model.builder.get_object('project_page__original_iso_file_name_entry')
1138
1138
 
1139
1139
def unblock_original_handlers():
1140
1140
    """
1141
 
    Only invoke this function using GLib.idle_add().
 
1141
    This function must be invoked using GLib.idle_add().
1142
1142
    """
1143
1143
 
1144
1144
    entry = model.builder.get_object('project_page__original_iso_file_name_entry')
1224
1224
 
1225
1225
def block_custom_handlers():
1226
1226
    """
1227
 
    Only invoke this function using GLib.idle_add().
 
1227
    This function must be invoked using GLib.idle_add().
1228
1228
    """
1229
1229
 
1230
1230
    entry = model.builder.get_object('project_page__custom_iso_version_number_entry')
1254
1254
 
1255
1255
def unblock_custom_handlers():
1256
1256
    """
1257
 
    Only invoke this function using GLib.idle_add().
 
1257
    This function must be invoked using GLib.idle_add().
1258
1258
    """
1259
1259
 
1260
1260
    entry = model.builder.get_object('project_page__custom_iso_version_number_entry')